@font-face {
    font-family: 'Snell Roundhand';
    src: url('../fonts/SnellRoundhand-BlackScript.woff2') format('woff2'),
        url('../fonts/SnellRoundhand-BlackScript.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Snell Roundhand';
    src: url('../fonts/SnellRoundhand-BoldScript.woff2') format('woff2'),
        url('../fonts/SnellRoundhand-BoldScript.woff') format('woff');
    font-weight: 800;
      font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Snell Roundhand';
    src: url('../fonts/SnellBT-Bold.woff2') format('woff2'),
        url('../fonts/SnellBT-Bold.woff') format('woff');
    font-weight: 600;
       font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('../fonts/AmericanTypewriter.woff2') format('woff2'),
        url('../fonts/AmericanTypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('../fonts/AmericanTypewriter-Light.woff2') format('woff2'),
        url('../fonts/AmericanTypewriter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

