@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-Gilroy-Regular.otf) format("truetype");
}
@font-face {
    font-family: SVN-Gilroy Medium;
    src: url(../fonts/SVN-Gilroy-Medium.otf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: SVN-Gilroy SemiBold;
    src: url(../fonts/SVN-Gilroy-SemiBold.otf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: SVN-Gilroy Bold;
    src: url(../fonts/SVN-Gilroy-Bold.otf) format("truetype");
    font-weight: 700;
    font-style: normal;
}