/*:root {*/
/*    --fontGilroy: "Gilroy";*/
/*    --fontMontserrat: "Montserrat";*/
/*    --fontItalic: "Italic";*/
/*    --fontInter: "Inter";*/
/*}*/

@font-face {
    font-family: "Gilroy-Regular";
    src: url("../font/gilroy/Gilroy-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../font/montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../font/inter/Inter-Regular.otf") format("truetype");
}

@font-face {
    font-family: "Gotham Pro";
    src: url("../font/gotham_pro/GothamPro.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto.ttf") format("truetype");
}