/*
Theme Name: Doratek Theme
Theme URI: https://github.com/
Description: Minimal WordPress + Elementor theme. Global CSS in assets/css/custom.css.
Author: Doratek
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: doratek-theme
*/

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

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	color: #1a1a1a;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}

.site-main {
	min-height: 50vh;
}
