/*
Theme Name: Griffin Artwork
Theme URI: https://griffinartwork.com
Author: Griffin
Author URI: https://griffinartwork.com
Description: A barebones, hybrid PHP forward WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: griffinartwork
*/

/* Global fallback styles */
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

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

body {
    margin: 0;
    font-family: system-ui, sans-serif;
    background-color: #fff;
}
