
@font-face {
    font-family: Gilroy;
    src: url("/content/assets/fonts/inter/Inter-Light.otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url("/content/assets/fonts/inter/Inter-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url("/content/assets/fonts/inter/Inter-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url("/content/assets/fonts/inter/Inter-SemiBold.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url("/content/assets/fonts/inter/Inter-Bold.ttf");
    font-weight: 900;
    font-style: normal;
}