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

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Light.otf") format("opentype");
    font-weight: 300;
}

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

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

body,
* {
    font-family: "Gilroy", sans-serif;
}


[class^="fa-"]:before,
[class*=" fa-"]:before {
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
}