/*
Theme Name: Lukian Help
Theme URI: https://lukian.help/lukian-help
Author: Taras Snitynskyi
Author URI: https://snitynskyi.online
Description: Custom WordPress theme foundation for Lukian Snitynskyi fundraising website.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
Text Domain: lukian-help
*/

/*
 * Core theme styles are loaded from assets/css/main.css.
 * This file exists primarily for WordPress theme registration.
 */

html {
    box-sizing: border-box;
}

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