@font-face {
    font-family: 'Russo One';
    src: url('/static/fonts/RussoOne-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/static/fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/static/fonts/Montserrat-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/static/fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/static/fonts/RobotoCondensed-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'Russo One', 'sans-serif';
    font-size: 4rem;
    letter-spacing: 3px;
    margin: 0 0 2rem;
}

h2 {
    font-family: 'Russo One', 'sans-serif';
    font-size: 2.875rem;
    letter-spacing: 2px;
    margin: 0 0 1.5rem;
}

h3 {
    font-size: 1.125rem;
    margin: 0 0 1rem;
}

p, li, code, label {
    font-size: 1rem;
    line-height: 1.5;
}

p {
    margin: 0 0 1rem;
}

a {
    font-size: 1rem;
    color: var(--accent);
    text-decoration: none;
    transition: 0.3s color;
}

a:hover {
    color: var(--blue);
}

label {
    margin: 0 0 0.5rem;
}

h3, h4, p, li, label {
    letter-spacing: 0.15px;
}

.accent {
    font-weight: bold;
    color: var(--blue);
}

.text-shadow {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
