@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy-Medium"), url("fonts/Gilroy-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    src: local("Gilroy-SemiBold"), url("fonts/Gilroy-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: local("Gilroy-Bold"), url("fonts/Gilroy-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    src: local("Gilroy-Bold"), url("fonts/Gilroy-Bold.ttf") format("truetype");
    /*src: local("Gilroy-ExtraBold"), url("fonts/Gilroy-ExtraBold.otf") format("opentype");*/
}

html {
    font-family: 'Gilroy', sans-serif;
}