/* Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  src: local('Open Sans'),
    url(/static/font/Open_Sans/OpenSans-Light.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  src: local('Open Sans Bold'),
    url(/static/font/Open_Sans/OpenSans-Bold.ttf);
}

/* Open Sans Condensed */
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: normal;
  src: local('Open Sans Cond Light'),
    url(/static/font/Open_Sans_Condensed/OpenSans-CondLight.ttf);
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: bold;
  src: local('Open Sans Cond Bold'),
    url(/static/font/Open_Sans_Condensed/OpenSans-CondBold.ttf);
}

/* Playfair Display */
@font-face {
  font-family: 'Playfair Display';
  font-weight: 300;
  src: local('Playfair Display'),
    url(/static/font/Playfair_Display/PlayfairDisplay-Regular.ttf);
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: bold;
  src: local('Playfair Display Bold'),
    url(/static/font/Playfair_Display/PlayfairDisplay-Bold.ttf);
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  src: local('Roboto'),
    url(/static/font/Roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: local('Roboto Bold'),
    url(/static/font/Roboto/Roboto-Bold.ttf);
}

/* Ubuntu */
@font-face {
  font-family: 'Ubuntu';
  font-weight: 300;
  src: local('Ubuntu'),
    url(/static/font/Ubuntu/Ubuntu-Light.ttf);
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: bold;
  src: local('Ubuntu Bold'),
    url(/static/font/Ubuntu/Ubuntu-Bold.ttf);
}

/* Helios */
@font-face {
  font-family: 'Helios';
  font-weight: normal;
  src: local('Helios'),
    url(/static/font/Helios/Helios.ttf);
}

@font-face {
  font-family: 'Helios';
  font-weight: bold;
  src: local('Helios Bold'),
    url(/static/font/Helios/HeliosBold.ttf);
}

@font-face {
  font-family: 'Helios';
  font-weight: lighter;
  src: local('Helios Light'),
    url(/static/font/Helios/HeliosLight.ttf);
}