/*
Theme Name: WerewolfAddiction
Theme URI: https://github.com/
Author: Fluffy Werewolf
Author URI: http://remote.ac/
Description: Werewolf addiction for all your werewolf needs, get your fix today.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: WerewolfAddiction

WerewolfAddiction WordPress Theme © 2022  
WerewolfAddiction is distributed under the terms of the GNU GPL

Did this commit work?

*/




/* YOUR CSS */
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* TYPOGRAPHY */
p
{

}
h1
{

 }

 h2
{
    
 }

 h3
 {
     
  }

/* PAGE LAYOUT */
header
{
    grid-area: header;
}

#container
{
    grid-area: container;
}

footer
{
    grid-area: footer;
    
}




/* MENU / NAV */

#main-menu
{

}

#main-menu > .menu-item
{

}

#main-menu > .menu-item > a 
{

}

#main-menu > .menu-item > a:hover, #main-menu > .menu-item > a:active
{

}