/* @font-face {
  font-family: 'avenir';
  src: url('avenir.ttf') format('truetype');
}

@font-face {
  font-family: 'futuram';
  src: url('futuram.ttf') format('truetype');
} */

@font-face {
  font-family: 'georgia';
  src: url('georgia.ttf') format('truetype');
}

/* @font-face {
  font-family: 'georgia italic';
  src: url('georgia-i.ttf') format('truetype');
} */

@font-face {
  font-family: 'AlegreyaSansSC';
  font-weight: lighter;
  src: url('alegreya-sans-sc/AlegreyaSansSC-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'AlegreyaSansSC';
  src: url('alegreya-sans-sc/AlegreyaSansSC-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'AlegreyaSansSC';
  font-weight: bold;
  src: url('alegreya-sans-sc/AlegreyaSansSC-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'AlegreyaSC';
  src: url('alegreya-sc/AlegreyaSC-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'AlegreyaSC';
  font-weight: bold;
  src: url('alegreya-sc/AlegreyaSC-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'GlacialIndifference';
  src: url("glacial-indifference/GlacialIndifference-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'GlacialIndifference';
  font-weight: bold;
  src: url("glacial-indifference/GlacialIndifference-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Muli';
  font-weight: lighter;
  src: url('muli/Muli-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Muli';
  src: url('muli/Muli.ttf') format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-weight: bold;
  src: url('muli/Muli-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSansLight';
  font-weight: lighter;
  src: url('open-sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans';
  src: url('open-sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans';
  font-weight: bold;
  src: url('open-sans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Selima';
  src: url('selima/Selima.ttf') format('truetype');
}

@font-face {
  font-family: 'MuliBlack';
  src:url('muli-black/Muli-Black.ttf.woff') format('woff'),
      url('muli-black/Muli-Black.ttf.svg#Muli-Black') format('svg'),
      url('muli-black/Muli-Black.ttf.eot'),
      url('muli-black/Muli-Black.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheFrankline';
  src: url('the-frankline/The Frankline.eot'); /* IE9 Compat Modes */
  src: url('the-frankline/The Frankline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('the-frankline/The Frankline.woff') format('woff'), /* Modern Browsers */
       url('the-frankline/The Frankline.ttf') format('truetype'); /* Safari, Android, iOS */
           font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* .avenir{
  font-family: 'avenir';
}

.futuram{
  font-family: 'futuram';
} */

.georgia{
  font-family: 'georgia';
}

/* .georgia-i{
  font-family: 'georgia italic';
} */

.alegreya-sans-sc {
  font-family: 'AlegreyaSansSC', sans-serif;
}

.alegreya-sc {
  font-family: 'AlegreyaSC';
}

.muli {
  font-family: 'Muli';
}

.muli-black {
  font-family: 'MuliBlack';
}

.open-sans-light {
  font-family: 'OpenSansLight', sans-serif;
}

.open-sans {
  font-family: 'OpenSans', sans-serif;
}

.selima {
  font-family: 'Selima';
}

.the-frankline {
  font-family: 'TheFrankline';
}

.glacial-indifference {
  font-family: 'GlacialIndifference';
}