
@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;
}


@font-face {
    font-family: Poppins;
    src: url("/content/assets/fonts/poppins/Poppins-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

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

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

@font-face {
    font-family: Poppins;
    src: url("/content/assets/fonts/poppins/Poppins-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("/content/assets/fonts/poppins/Poppins-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
