/* Manrope Font - Local */
@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-400.woff2') format('woff2'),
         url('./fonts/Manrope-400.woff') format('woff'),
         url('./fonts/Manrope-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-500.woff2') format('woff2'),
         url('./fonts/Manrope-500.woff') format('woff'),
         url('./fonts/Manrope-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-600.woff2') format('woff2'),
         url('./fonts/Manrope-600.woff') format('woff'),
         url('./fonts/Manrope-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-700.woff2') format('woff2'),
         url('./fonts/Manrope-700.woff') format('woff'),
         url('./fonts/Manrope-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('./fonts/Manrope-800.woff2') format('woff2'),
         url('./fonts/Manrope-800.woff') format('woff'),
         url('./fonts/Manrope-800.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Inter Font - Local */
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-400.woff2') format('woff2'),
         url('./fonts/Inter-400.woff') format('woff'),
         url('./fonts/Inter-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-500.woff2') format('woff2'),
         url('./fonts/Inter-500.woff') format('woff'),
         url('./fonts/Inter-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-600.woff2') format('woff2'),
         url('./fonts/Inter-600.woff') format('woff'),
         url('./fonts/Inter-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
