@font-face {
    font-family: "gilroy-regular";
    src: local('gilroy-regular.ttf'), url('./fonts/Gilroy-Regular.ttf');
}

@font-face {
    font-family: "gilroy-semibold";
    src: local('gilroy-semibold.ttf'), url('./fonts/Gilroy-SemiBold.ttf');
}

@font-face {
    font-family: "gilroy-bold";
    src: local('gilroy-bold.ttf'), url('./fonts/Gilroy-Bold.ttf');
}

@font-face {
    font-family: "gilroy-extrabold";
    src: local('gilroy-extrabold.ttf'), url('./fonts/Gilroy-Extrabold.ttf');
}
