@font-face {
    font-family: 'Archimoto V01';
    src: url('archimotov01-bold-webfont.woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Space Grotesk';
    src: url('SpaceGrotesk-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'archimoto_v01regular';
    src: url('archimotov01-regular-webfont.woff2') format('woff2'),
         url('archimotov01-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;

}

@font-face {
  font-family: 'archimoto_v01thin';
  src: url('archimotov01-thin-webfont.woff2') format('woff2'),
       url('archimotov01-thin-webfont.woff') format('woff');
  font-weight: 350;
  font-style: normal;

}

@font-face {
  font-family: 'SpaceGroteskMedium';
  src: url('SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'archimoto_medium';
  src: url('archimotov01-medium-webfont.woff2') format('woff2'),
       url('archimotov01-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'archimoto_semi_bold';
  src: url('archimotov01-semibold-webfont.woff2') format('woff2'),
       url('archimotov01-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
