/* src/styles/fonts.css */

@font-face {
    font-family: 'Mont';
    src: url('/fonts/mont/mont-light.woff2') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/mont/mont-regular.woff2') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/mont/mont-regularitalic.woff2') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/mont/mont-semibold.woff2') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/fonts/mont/mont-bold.woff2') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

  
body{
    font-family: 'Mont';
    font-weight: 100;
}