/* Inter Font Family */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./inter.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./inter-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./inter-600.woff2') format('woff2');
}

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

/* Crimson Pro Font Family */
@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('./crimson-pro-400.woff2') format('woff2');
}

/* Roboto Serif Font Family */
@font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('./roboto-serif-400.woff2') format('woff2');
}

/* Funnel Display Font Family */
@font-face {
    font-family: 'Funnel Display';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('./funnel-display-400.woff2') format('woff2');
}
