/*
==================================================
FONTS
==================================================
*/

@font-face {

    font-family: "Anton";

    src: url("../fonts/Anton/Anton-Regular.ttf") format("truetype");

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: "IM Fell English";

    src: url("../fonts/IM_Fell_English/IMFellEnglish-Regular.ttf") format("truetype");

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: "IM Fell English";

    src: url("../fonts/IM_Fell_English/IMFellEnglish-Italic.ttf") format("truetype");

    font-weight: 400;

    font-style: italic;

    font-display: swap;

}

body {
    font-family: "IM Fell English", Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--bbw-ink);
    line-height: 1.05;
}

h1,
h2,
h3 {
    font-family:
        Impact,
        Haettenschweiler,
        "Arial Narrow Bold",
        "Franklin Gothic Condensed",
        sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

p {
    margin: 0 0 1.25rem;
}

a {
    color: var(--bbw-red-dark);
    text-decoration: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2em;
}

a:hover,
a:focus-visible {
    color: var(--bbw-red);
}

.bbw-title {
    font-family:
        Impact,
        Haettenschweiler,
        "Arial Narrow Bold",
        "Franklin Gothic Condensed",
        sans-serif;
}