*,
*::after,
*::before {
    box-sizing: border-box;
}

:root {
    background-color: oklch(0.9961 0.0034 325.6);
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.container {
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: 1rem;
}

header {
    background-color: oklch(0.1454 0.062 264);
    color: oklch(0.9961 0.0034 325.6);
}

footer {
    background-color: oklch(0.2 0 0);
    color: oklch(0.9961 0.0034 325.6);
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -2rem;
}

nav a {
    display: inline-block;
    padding: 1rem 2rem;
    color: inherit;
    text-decoration: none;
}

nav ul li:nth-child(2) {
    background-color: oklch(0.3 0.062 264);
    color: oklch(0.6961 0.0034 325.6);
}

footer .container> :last-child {
    margin: 0;
}

h2+p {
    font-style: italic;
}

a[href*="mozilla"] {
    background-color: oklch(85% 0.2 70 / 0.5);
}

.highlight {
    font-weight: 700;
    font-style: italic;
}

.container--narrow {
    max-width: 40rem;
}

.m-1 {
    margin: 1rem;
}

.m-2 {
    margin: 2rem;
}

.p-1 {
    padding: 1rem;
}

.p-2 {
    padding: 2rem;
}
main {
    padding-top: 2vh;
    padding-bottom: 4vh;
}

footer .highlight {
    color: oklch(0.94 0.06 30);
    font-weight: 400;
    font-style: normal;
}

nav a:hover {
    background-color: oklch(0.3 0.04 264);
}

nav a:focus-visible {
    outline: 4px dotted oklch(0.85 0.05 200);
    outline-offset: 2px;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montsterrat/static/Montserrat-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montsterrat/static/Montserrat-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    font-family: "Montserrat", sans-serif;
}