@font-face { 
    font-family: "Montserrat";
    src: url('../fonts/montserrat/Montserrat-Light.woff'),
    url('../fonts/montserrat/Montserrat-Light.woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face { 
    font-family: "Montserrat";
    src: url('../fonts/montserrat/Montserrat-Regular.woff'),
    url('../fonts/montserrat/Montserrat-Regular.woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face { 
    font-family: "Montserrat";
    src: url('../fonts/montserrat/Montserrat-Medium.woff'),
    url('../fonts/montserrat/Montserrat-Medium.woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face { 
    font-family: "Montserrat";
    src: url('../fonts/montserrat/Montserrat-Bold.woff'),
    url('../fonts/montserrat/Montserrat-Bold.woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face { 
    font-family: "Inter";
    src: url('../fonts/inter/Inter-LightBETA.woff'),
    url('../fonts/inter/Inter-LightBETA.woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face { 
    font-family: "Inter";
    src: url('../fonts/inter/Inter-Regular.woff'),
    url('../fonts/inter/Inter-Regular.woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face { 
    font-family: "Inter";
    src: url('../fonts/inter/Inter-SemiBold.woff'),
    url('../fonts/inter/Inter-SemiBold.woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

