/*
Theme Name: Bakorgy Starter
Theme URI: https://bakorgy.local/
Author: Codex
Description: A custom starter theme for the Bakorgy project.
Version: 1.0.3
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: bakorgy-starter
*/

html {
	box-sizing: border-box;
}

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