@font-face {
    font-family: 'Redzone MediumReg';
    src: url('../fonts/redzone/Redzone-MediumReg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Redzone LightReg';
    src: url('../fonts/redzone/Redzone-LightReg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Redzone ExtraLightReg';
    src: url('../fonts/redzone/Redzone-ExtraLightReg.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Redzone BoldReg';
    src: url('../fonts/redzone/Redzone-BoldReg.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Redzone BlackReg';
    src: url('../fonts/redzone/Redzone-BlackReg.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* Beispiel zur Verwendung:
.element {
    font-family: 'Redzone Classic', sans-serif;
}
*/

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
