@font-face {
  font-family: 'Interstate';
  src: url('/fonts/Interstate-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate';
  src: url('/fonts/Interstate-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Interstate';
  src: url('/fonts/Interstate-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate';
  src: url('/fonts/Interstate-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}