/* Heading fonts */
@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-ExtraBold.ttf') format('truetype');
    font-weight: 400 900;
    font-display: swap;
}

@font-face {
    font-family: 'MedievalSharp';
    src: url('../fonts/MedievalSharp-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Uncial Antiqua';
    src: url('../fonts/UncialAntiqua-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('../fonts/CrimsonText-SemiBold.ttf') format('truetype');
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 400 900;
    font-display: swap;
}

@font-face {
    font-family: 'IM Fell English';
    src: url('../fonts/IMFellEnglish-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

/* Body fonts */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.ttf') format('truetype');
    font-weight: 400 900;
    font-display: swap;
}
