/* 
* Fontstyles
* -----------------------------------------------------
*/

@font-face {
    font-family: "GeneralSans";
    src: url(../assets/fonts/GeneralSans/GeneralSans-Thin.otf) format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GeneralSans";
    src: url(../assets/fonts/GeneralSans/GeneralSans-Light.otf) format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GeneralSans";
    src: url(../assets/fonts/GeneralSans/GeneralSans-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GeneralSans";
    src: url(../assets/fonts/GeneralSans/GeneralSans-Medium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GeneralSans";
    src: url(../assets/fonts/GeneralSans/GeneralSans-SemiBold.otf) format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GeneralSans";
    src: url(../assets/fonts/GeneralSans/GeneralSans-Bold.otf) format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PPRightSans";
    src: url(../assets/fonts/PPRightSans/PPRightSans-NarrowLight.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PPRightSans";
    src: url(../assets/fonts/PPRightSans/PPRightSans-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
