
@font-face {
    font-family: 'sofia-italic';
    src: url('../fonts/sofia-medium-italic/mostardesign_-_sofia_pro_medium_italic-webfont.woff2') format('woff2'),
         url('../fonts/sofia-medium-italic/mostardesign_-_sofia_pro_medium_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.sofia-italic{
  font-family: 'sofia-italic';
}



@font-face {
    font-family: 'sofia-medium';
    src: url('../fonts/sofia-medium/mostardesign_-_sofia_pro_medium-webfont.woff2') format('woff2'),
         url('../fonts/sofia-medium/mostardesign_-_sofia_pro_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.sofia{
  font-family: 'sofia-light';
}

.sofia-bold{
  font-family: 'sofia-medium';
}



@font-face {
    font-family: 'sofia-light';
    src: url('../fonts/sofia-light/sofiaprolight-webfont.woff2') format('woff2'),
         url('../fonts/sofia-light/sofiaprolight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.sofia-light{
  font-family: 'sofia-light';
}

@font-face {
    font-family: 'sofia-light-italic';
    src: url('../fonts/sofia-light-italic/mostardesign_-_sofia_pro_light_italic-webfont.woff2') format('woff2'),
         url('../fonts/sofia-light-italic/mostardesign_-_sofia_pro_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.sofia-light-italic{
  font-family: 'sofia-light-italic';
}






@font-face {
  font-family: 'gotham-book';
  src: url("../fonts/gotham_book/Gotham-BookItalic.eot");
  src: url("../fonts/gotham_book/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_book/Gotham-Book.ttf") format("truetype"), url("../fonts/gotham_book/Gotham-Book.woff") format("woff"), url("../fonts/gotham_book/Gotham-Book.svg#Gotham-Book") format("svg");
  font-style: normal;
  font-weight: normal;

}

.gotham, .gotham-book {
  font-family: 'gotham-book';
}

@font-face {
    font-family: 'gotham-bold';
    src: url('../fonts/gotham_bold/gotham-bold-webfont.eot');
    src: url('../fonts/gotham_bold/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham_bold/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham_bold/gotham-bold-webfont.woff') format('woff'),
         url('../fonts/gotham_bold/gotham-bold-webfont.ttf') format('truetype'),
         url('../fonts/gotham_bold/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.gotham-bold {
  font-family: 'gotham-bold';
}

@font-face {
    font-family: 'novecento';
  src: url("../fonts/novecento-normal/novecentowide-light-webfont.eot");
  src: url("../fonts/novecento-normal/novecentowide-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/novecento-normal/novecentowide-light-webfont.ttf") format("truetype"), url("../fonts/novecento-normal/novecentowide-light-webfont.woff") format("woff"), url("../fonts/novecento-normal/novecentowide-light-webfont-webfont.svg#novecento_wide_lightregular") format("svg");
  font-style: normal;
  font-weight: 100;
}

.novecento {
  font-family: 'novecento';
}

@font-face {
    font-family: 'novecento-bold';
  src: url("../fonts/novecento_bold/novecentowide-demibold-webfont.eot");
  src: url("../fonts/novecento_bold/novecentowide-demibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/novecento_bold/novecentowide-demibold-webfont.ttf") format("truetype"), url("../fonts/novecento_bold/novecentowide-demibold-webfont.woff") format("woff"), url("../fonts/novecento_bold/novecentowide-demibold-webfont-webfont.svg#novecento_wide_lightbold") format("svg");
  font-style: normal;
  font-weight: normal;
}

.novecento-bold {
  font-family: 'novecento-bold';
}


.uppercase {
  text-transform: uppercase;
}
.lower {text-transform: lowercase}
.capitalize {text-transform: capitalize}
.notransform {text-transform: none}
.expose {color: #d0021b}
.text-center {text-align: center}
.contour {
   /* #fff238 #849ebd   #1c1c1b */
   /*
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 2px #849ebd;
  -moz-text-stroke: 2px #849ebd;
  text-stroke: 2px #849ebd;
  **/
  /*text-shadow:2px 2px 0px black;*/

}
