@font-face {
    font-family: 'Old Standard';
    src: url('fonts/Old-Standard-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Old Standard';
    src: url('fonts/Old-Standard-400i.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Old Standard';
    src: url('fonts/Old-Standard-700.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
:root {
    --font-old-standard: 'Old Standard', sans-serif;
}