@font-face {
    font-family: 'Sniglet';
    src: url('../fonts/Sniglet-Regular.woff2') format('woff2'),
        url('../fonts/Sniglet-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sniglet';
    src: url('../fonts/Sniglet-ExtraBold.woff2') format('woff2'),
        url('../fonts/Sniglet-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body, p, a, h1, h2, h3, h4, h5 {
    font-family: 'Sniglet';
}