@font-face {
    src: url("../fonts/Gilroy-Light.otf") format("opentype");
    font-family: Gilroy-300;
}

@font-face {
    src: url("../fonts/Gilroy-Regular.otf") format("opentype");
    font-family: Gilroy-400;
}

@font-face {
    src: url("../fonts/Gilroy-Medium.otf") format("opentype");
    font-family: Gilroy-500;
}

@font-face {
    src: url("../fonts/Gilroy-Semibold.otf") format("opentype");
    font-family: Gilroy-600;
}

@font-face {
    src: url("../fonts/Gilroy-Bold.otf") format("opentype");
    font-family: Gilroy-700;
}

@font-face {
    src: url("../fonts/Gilroy-Black.otf") format("opentype");
    font-family: Gilroy-900;
}

@font-face {
    src: url("../fonts/Philosopher-Regular.ttf") format("opentype");
    font-family: Philosopher;
}