/* 
    Created on : 18.11.2016, 21:41:39
    Author     : prichindel
*/
@font-face {
    font-family: "Amadeus";
    src:url('../fonts/Amadeus.ttf') format('truetype');
}
@font-face {
    font-family: "Elisabethische";
    src:url('../fonts/Elisabethische.ttf') format('truetype');
}
@font-face {
    font-family: "JosefinSans";
    src:url('../fonts/JosefinSans-Thin.ttf') format('truetype');
}

@font-face {
    font-family: "JosefinSans";
    src:url('../fonts/JosefinSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: "KmStandardTTBold";
    src:url('../fonts/KmStandardTT-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "NotoSerifRegular";
    src:url('../fonts/NotoSerif-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "MgaRegular";
    src:url('../fonts/Mga.ttf') format('truetype');
}
@font-face {
    font-family: "PacificoRegular";
    src:url('../fonts/Pacifico-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "PetitFormalScriptRegular";

    src:url('../fonts/PetitFormalScript-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "RobotoCondensed";
    src:url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
    font-family: "Sandwich";
    src:url('../fonts/Sandwich.ttf') format('truetype');
}

.font-amadeus {
    font-family: Amadeus !important;
    font-weight: normal;
}
.font-elisabethische {
    font-family: Elisabethische;
    font-weight: normal;
    font-stretch: expanded;
}
.font-km-standard-tt-bold {
    font-family: KmStandardTTBold;
    font-weight: normal;
    font-style: normal;
}
.font-noto-serif-regular {
    font-family: NotoSerifRegular;
    font-weight: lighter;
    font-style: normal;
    color: #282a36;
}
.font-mga-regular {
    font-family: MgaRegular;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}
.font-pacifico-regular {
    font-family: PacificoRegular;
    font-stretch: ultra-condensed;    
    font-weight: normal;
    font-size: 78px;
}
.font-petit-formalscript-regular {
    font-family: PetitFormalScriptRegular;
}
.font-roboto-condensed {
    font-family: RobotoCondensed;
    font-weight: normal;
}
.font-sandwich {
    font-family: Sandwich;
}
.font-times-new-roman {
    font-family: "Times New Roman";
}