/* Font Anpassungen */


/* 
Dosis-Bold.ttf
Dosis-ExtraBold.ttf
Dosis-ExtraLight.ttf
Dosis-Light.ttf
Dosis-Medium.ttf
Dosis-Regular.ttf
Dosis-SemiBold.ttf
* 
Lora-Bold 2.ttf
Lora-Bold.ttf
Lora-BoldItalic 2.ttf
Lora-BoldItalic.ttf
Lora-Regular 2.ttf
Lora-Regular.ttf
Lora-RegularItalic 2.ttf
Lora-RegularItalic.ttf

DIN-Ersatzschrift

Barlow-Black.ttf
Barlow-BlackItalic.ttf
Barlow-Bold.ttf
Barlow-BoldItalic.ttf
Barlow-ExtraBold.ttf
Barlow-ExtraBoldItalic.ttf
Barlow-ExtraLight.ttf
Barlow-ExtraLightItalic.ttf
Barlow-Italic.ttf
Barlow-Light.ttf
Barlow-LightItalic.ttf
Barlow-Medium.ttf
Barlow-MediumItalic.ttf
Barlow-Regular.ttf
Barlow-SemiBold.ttf
Barlow-SemiBoldItalic.ttf
Barlow-Thin.ttf
Barlow-ThinItalic.ttf

*/

@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/Barlow-Bold.ttf);
}

@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 800;
    src: url(./fonts/Barlow-ExtraBold.ttf);
}

@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 200;
    src: url(./fonts/Barlow-ExtraLight.ttf);
}

@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/Barlow-Light.ttf);
}

@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/Barlow-Medium.ttf);
}

@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: "DIN";
    font-style: normal;
    font-weight: 600;
    src: url(./fonts/Barlow-SemiBold.ttf);
}

/* italic */

@font-face {
    font-family: "DIN";
	font-style: italic;
    font-weight: 700;
    src: url(./fonts/Barlow-BoldItalic.ttf);
}

@font-face {
    font-family: "DIN";
	font-style: italic;
    font-weight: 800;
    src: url(./fonts/Barlow-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: "DIN";
	font-style: italic;
    font-weight: 200;
    src: url(./fonts/Barlow-ExtraLightItalic.ttf);
}

@font-face {
    font-family: "DIN";
	font-style: italic;
    font-weight: 300;
    src: url(./fonts/Barlow-LightItalic.ttf);
}

@font-face {
    font-family: "DIN";
	font-style: italic;
    font-weight: 500;
    src: url(./fonts/Barlow-MediumItalic.ttf);
}

@font-face {
    font-family: "DIN";
	font-style: italic;
    font-weight: 400;
    src: url(./fonts/Barlow-Italic.ttf);
}

@font-face {
    font-family: "DIN";
	font-style: italic;
    font-weight: 600;
    src: url(./fonts/Barlow-SemiBoldItalic.ttf);
}


/* DOSIS */
 /*
@font-face {
    font-family: "Dosis";
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/Dosis-Bold.ttf);
}

@font-face {
    font-family: "Dosis";
    font-style: normal;
    font-weight: 800;
    src: url(./fonts/Dosis-ExtraBold.ttf);
}

@font-face {
    font-family: "Dosis";
    font-style: normal;
    font-weight: 200;
    src: url(./fonts/Dosis-ExtraLight.ttf);
}

@font-face {
    font-family: "Dosis";
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/Dosis-Light.ttf);
}

@font-face {
    font-family: "Dosis";
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/Dosis-Medium.ttf);
}

@font-face {
    font-family: "Dosis";
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/Dosis-Regular.ttf);
}

@font-face {
    font-family: "Dosis";
    font-style: normal;
    font-weight: 600;
    src: url(./fonts/Dosis-SemiBold.ttf);
}

*/

/* LORA */

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/Lora-Bold.ttf);
}

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 800;
    src: url(./fonts/Lora-ExtraBold.ttf);
}

/*
@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 200;
    src: url(./fonts/Lora-ExtraLight.ttf);
}

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/Lora-Light.ttf);
}
*/

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/Lora-Medium.ttf);
}

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/Lora-Regular.ttf);
}

/*
@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 600;
    src: url(./fonts/Lora-SemiBold.ttf);
}
*/




