/* Inter - Regular (400) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter - Italic (400) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v20-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Inter - Bold (700) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v20-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter - Bold Italic (700) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v20-latin-700italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Broadsheet - Regular (400) */
@font-face {
    font-family: 'Broadsheet';
    src: url('../fonts/broadsheet-regular.woff2') format('woff2'),
         url('../fonts/broadsheet-regular.woff') format('woff'),
         url('../fonts/broadsheet-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Broadsheet - Italic (400) */
@font-face {
    font-family: 'Broadsheet';
    src: url('../fonts/broadsheet-italic.woff2') format('woff2'),
         url('../fonts/broadsheet-italic.woff') format('woff'),
         url('../fonts/broadsheet-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Espiritu - Regular (400) */
@font-face {
    font-family: 'Espiritu';
    src: url('../fonts/espiritu-regular.woff2') format('woff2'),
         url('../fonts/espiritu-regular.woff') format('woff'),
         url('../fonts/espiritu-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
