/* ============================================================================
   Self-Hosted Inter Font - woff2 Format
   Source: https://github.com/rsms/inter/releases
   ========================================================================== */

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

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

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

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