/*
Theme Name: Karema
Theme URI: https://karema.ir
Author: Mahmoud
Description: Custom theme for Karema (کارما) — health-sector education + job platform.
Version: 0.1.0
Text Domain: karema
Requires PHP: 7.4
*/

/* Minimal reset — full styles are enqueued from assets/css/*.css */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

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

button {
	font-family: inherit;
}
