@font-face {
    font-family: 'Stacion';
    src: url('/assets/fonts/stacion-regular.otf') format('opentype');
    font-weight: normal;
  }

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

  @font-face {
    font-family: 'Stacion';
    src: url('/assets/fonts/stacion-light-italic.otf') format('opentype');
    font-weight: lighter;
    font-style: italic;
  }

  @font-face {
    font-family: 'Stacion';
    src: url('/assets/fonts/stacion-light.otf') format('opentype');
    font-weight: lighter;
  }

  @font-face {
    font-family: 'Source San Pro';
    src: url('/assets/fonts/sourceSanPro-regular.otf') format('opentype');
    font-weight: normal;
  }

  @font-face {
    font-family: 'Source San Pro';
    src: url('/assets/fonts/sourceSanPro-bold.otf') format('opentype');
    font-weight: bold;
  }

  @font-face {
    font-family: 'Source San Pro';
    src: url('/assets/fonts/sourceSanPro-semibold.otf') format('opentype');
    font-weight: 600;
  }
  @font-face {
    font-family: 'Hanken Grotesk';
    src: url('/assets/fonts/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
  }

