/*
 * Custom Fonts
 * Add one @font-face block per font file.
 * The font-family name must match the key used in $base_custom_fonts (functions.php).
 *
 * Example:
 * @font-face {
 *     font-family: 'My Font';
 *     src: url('../fonts/myfont-regular.woff2') format('woff2');
 *     font-weight: 400;
 *     font-style: normal;
 *     font-display: swap;
 * }
 */

/* Suisse Intl - Regular */
@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Suisse Intl - Medium */
@font-face {
    font-family: 'Suisse Intl';
    src: url('../fonts/Suisse-Intl-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Suisse Intl Condensed - Regular */
@font-face {
    font-family: 'Suisse Intl Cond';
    src: url('../fonts/SuisseIntlCond-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Suisse Intl Condensed - Medium */
@font-face {
    font-family: 'Suisse Intl Cond';
    src: url('../fonts/SuisseIntlCond-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}