/*
Theme Name: Abnormal
Theme URI: https://drinkabnormal.com
Author: Abnormal
Author URI: https://drinkabnormal.com
Description: Abnormal energy drink theme. Bold, bad at being ordinary.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abnormal
Tags: custom-menu, featured-images, full-width-template, theme-options
*/

/*
 * Main styles live in assets/css/main.css and are enqueued from functions.php.
 * This file exists for the WordPress theme header above and a couple of safety resets.
 */

html {
    box-sizing: border-box;
}

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

body {
    margin: 0;
}
