/* Inter Font Family - Self Hosted
 *
 * Font files (.woff2) are not included in version control.
 * Download Inter font files from Google Fonts and place them in this directory:
 * - Inter-Regular.woff2 (weight 400)
 * - Inter-Medium.woff2 (weight 500)
 * - Inter-SemiBold.woff2 (weight 600)
 * - Inter-Bold.woff2 (weight 700)
 *
 * Download from: https://fonts.google.com/specimen/Inter
 * Select the desired weights, download, and extract the woff2 files here.
 */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./Inter-Bold.woff2') format('woff2');
}