/*
Theme Name: Organic Kebabs Bare
Theme URI: https://organickebabs.com/
Author: Organic Kebabs
Description: Bare frontend shell for Organic Kebabs plugin-rendered site parts and custom pages.
Version: 0.1.0
Text Domain: organic-kebabs-bare
*/

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	background: #ffffff;
	color: #292323;
	font-family: Manrope, Arial, sans-serif;
	line-height: 1.5;
}

img,
picture,
svg,
video,
canvas {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

a {
	color: inherit;
}

.okb-theme-content > * {
	margin-block-start: 0;
	margin-block-end: 0;
}
