/* Font Definitions */

@font-face {
    font-family: 'Amsterdam Four';
    src: url('../fonts/Amsterdam Four_ttf 400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Font Classes */
.has-amsterdam-four-font-family {
    font-family: 'Amsterdam Four', sans-serif;
}

.has-system-font-family {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}