@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  src: url('/css/fonts/ttf/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  src: url('/css/fonts/ttf/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  src: url('/css/fonts/ttf/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  src: url('/css/fonts/ttf/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  src: url('/css/fonts/ttf/RobotoCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  src: url('/css/fonts/ttf/RobotoCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  src: url('/css/fonts/ttf/Play-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  src: url('/css/fonts/ttf/Play-Bold.ttf') format('truetype');
  font-weight: 700;
}