/* Founders Grotesk - Regular */
@font-face {
    font-display: swap;
    font-family: 'Founders Grotesk';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/FoundersGrotesk-Regular.otf') format('otf'),
         url('../fonts/founders-grotesk-regular.woff2') format('woff2');
  }

/* Founders Grotesk - Bold */
@font-face {
  font-display: swap;
  font-family: 'Founders Grotesk';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/FoundersGrotesk-Bold.otf') format('otf'),
       url('../fonts/founders-grotesk-bold.woff2') format('woff2');
 }

/* Founders Grotesk - Italic */
@font-face {
  font-display: swap;
  font-family: 'Founders Grotesk';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/FoundersGrotesk-RegularItalic.otf') format('otf'),
       url('../fonts/founders-grotesk-regular-italic.woff2') format('woff2');
 }