@font-face {
    font-family: Gilroy;
    font-weight: 300;
    font-style: normal;
    src:
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
}

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

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