@font-face {
    font-family: 'splatoon2.otf';
    src: url('fonts/splatoon2.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/ 2. RESET DEFAULT SPACING */
{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 3. SITE-WIDE STYLES /
body {
    font-family: 'splatoon2.otf', sans-serif;
    line-height: 1.6;
    background-color: transparent;
    color: #000000;
    padding: 20px;
}

/ 4. HEADERS /
h1, h2, h3 {
    margin-bottom: 15px;
    font-weight: bold;
}

/ 5. PARAGRAPHS & LINKS */
p {
    margin-bottom: 15px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
