/*Hier werden alle custom Fonts registriert*/

/*Font: Creato*/

@font-face {
    font-family: "Creato";
    src: url(fonts/Creato/CreatoDisplay-Thin.otf) format("woff2");
    font-weight: 100;
}

@font-face {
    font-family: "Creato";
    src: url(fonts/Creato/CreatoDisplay-Light.otf) format("woff2");
    font-weight: 300;
}

@font-face {
    font-family: "Creato";
    src: url(fonts/Creato/CreatoDisplay-Regular.otf) format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Creato";
    src: url(fonts/Creato/CreatoDisplay-Medium.otf) format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Creato";
    src: url(fonts/Creato/CreatoDisplay-Bold.otf) format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "Creato";
    src: url(fonts/Creato/CreatoDisplay-Black.otf) format("woff2");
    font-weight: 900;
}


/*Font: Ronzino*/

@font-face {
    font-family: "Ronzino";
    src: url(fonts/Ronzino/Ronzino-Regular.otf) format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Ronzino";
    src: url(fonts/Ronzino/Ronzino-Medium.otf) format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Ronzino";
    src: url(fonts/Ronzino/Ronzino-Bold.otf) format("woff2");
    font-weight: 700;
}