/* Spectral */
@font-face {
    font-family: 'Spectral';
    src: url('../fonts/Spectral-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Spectral';
    src: url('../fonts/Spectral-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Spectral';
    src: url('../fonts/Spectral-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}


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

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