@charset "utf-8";

/*
   Reset Page of "Exploring Hollow Knight"
   Author: Joel Joaquin Nunez
   Date: 03/20/2026
   Filename: reset.css
*/

/* ===== resets ===== */
html, body, header, h1, h2, h3, h4, p, .verticalnav, aside, .horizontalnav, ul, li, a, section, div, footer, img {
   background: transparent;
   font-family: "Cinzel", serif;

   margin: 0px;
   padding: 0px;

   box-sizing: border-box;
   vertical-align: baseline;
}
nav ul {
   list-style: none;
   list-style-image: none;
}
nav a, .unityengine a {
   text-decoration: none;
   color: white;
}
