@font-face {
  font-family: 'Austin Cyr';
  src: local('AustinCyr-Roman'), url('AustinCyr-Roman.woff2') format('woff2'),
    url('AustinCyr-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: local('HK Grotesk Bold'), local('HKGrotesk-Bold'),
    url('HKGrotesk-Bold.woff2') format('woff2'),
    url('HKGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: local('HK Grotesk Regular'), local('HKGrotesk-Regular'),
    url('HKGrotesk-Regular.woff2') format('woff2'),
    url('HKGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: local('HK Grotesk SemiBold'), local('HKGrotesk-SemiBold'),
    url('HKGrotesk-SemiBold.woff2') format('woff2'),
    url('HKGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins'),
    url('/googlefonts/woff2/Poppins-normal-400.woff2') format('woff2'),
    url('/googlefonts/woff/Poppins-normal-400.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: local('Poppins'),
    url('/googlefonts/woff2/Poppins-italic-400.woff2') format('woff2'),
    url('/googlefonts/woff/Poppins-italic-400.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins'),
    url('/googlefonts/woff2/Poppins-normal-700.woff2') format('woff2'),
    url('/googlefonts/woff/Poppins-normal-700.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: local('Poppins'),
    url('/googlefonts/woff2/Poppins-italic-700.woff2') format('woff2'),
    url('/googlefonts/woff/Poppins-italic-700.woff') format('woff');
}
