/* 
    Created on : 18.11.2016, 21:41:39
    Author     : prichindel
*/
@font-face {
    font-family: Georgia;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Georgia.ttf') format('truetype');
}
@font-face {
    font-family: JosefinSans;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/JosefinSans-Thin.ttf') format('truetype');
}
@font-face {
    font-family: JosefinSansLight;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/JosefinSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: RobotoCondensedLight;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
    font-family: Stonehenge;
    font-size: normal;
    src: url('../fonts/Stonehenge.ttf') format('truetype');
}
@font-face {
    font-family: Subwaynovella;
    font-size: normal;
    src: url('../fonts/Subwaynovella.ttf') format('truetype');
}
@font-face {
    font-family: Trebuchet;
    font-size: normal;
    src: url('../fonts/Trebuchet.ttf') format('truetype');
}

.font-georgia {
    font-family: Georgia;
}
.font-josefin-sans-light {
    font-family: JosefinSansLight;
}
.font-roboto-condensed-light {
    font-family: RobotoCondensedLight;
}
.font-stonehenge {
    font-family: Stonehenge;
}
.font-stonehenge-success {
    font-family: Stonehenge;
    color: #090;
}
.font-subwaynovella {
    font-family: Subwaynovella;
}
.font-trebuchet {
    font-family: Trebuchet;
}