/* Local Fonts CSS */
@font-face {
  font-family: 'Alumni Sans';
  font-style: normal;
  font-weight: 100;
  font-display: optional;
  src: url('../fonts/alumni-sans-100.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: optional;
  src: url('../fonts/roboto-300.ttf') format('truetype');
}

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

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

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('../fonts/ubuntu-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('../fonts/ubuntu-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('../fonts/ubuntu-700.ttf') format('truetype');
}
