@charset "UTF-8";

@font-face {
    font-family: "Gilroy";
    font-weight: 400;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 100;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-Thin.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 200;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-UltraLight.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 300;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-Light.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-Semibold.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 800;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-Extrabold.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 900;
    font-style: normal;

    src: url("../fonts/gilroy/Gilroy-Black.otf") format("opentype");
}