@font-face {
    font-family: 'Stevie Sans';
    src: url('/fonts/stevie-sans/Book.woff2') format('woff2'), url('/fonts/stevie-sans/Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stevie Sans';
    src: url('/fonts/stevie-sans/BookItalic.woff2') format('woff2'), url('/fonts/stevie-sans/BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Stevie Sans';
    src: url('/fonts/stevie-sans/Medium.woff2') format('woff2'), url('/fonts/stevie-sans/Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stevie Sans';
    src: url('/fonts/stevie-sans/Bold.woff2') format('woff2'), url('/fonts/stevie-sans/Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'Stevie Sans', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Stevie Sans', Arial, sans-serif;
    font-weight: 700;
}

button,
input,
select,
textarea,
a,
span,
p,
li,
label,
div {
    font-family: 'Stevie Sans', Arial, sans-serif;
}
