/*Inter*/

@font-face { /*SemiBold*/
    font-family: space-grotesk;
    font-style:  normal;
    font-weight: 300;
    src: url(SpaceGrotesk-Light.otf);
}
@font-face { /*Regular*/
    font-family: space-grotesk;
    font-style:  normal;
    font-weight: 400;
    src: url(SpaceGrotesk-Regular.otf);
}
@font-face { /*Bold*/
    font-family: space-grotesk;
    font-style:  normal;
    font-weight: 500;
    src: url(SpaceGrotesk-Medium.otf);
}
@font-face { /*Bold*/
    font-family: space-grotesk;
    font-style:  italic;
    font-weight: 700;
    src: url(SpaceGrotesk-Bold.otf);
}

/*???*/