:root {
  @font-face {
    font-family: 'TWK Everett';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/TWKEverett/TWKEverett-Ultralight-web.woff2')
      format('woff2');
  }

  @font-face {
    font-family: 'TWK Everett';
    font-style: italic;
    font-weight: 300;
    src: url('./assets/fonts/TWKEverett/TWKEverett-UltralightItalic-web.woff2')
      format('woff2');
  }

  @font-face {
    font-family: 'TWK Everett';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/TWKEverett/TWKEverett-Regular-web.woff2') format('woff2');
  }

  @font-face {
    font-family: 'TWK Everett';
    font-style: italic;
    font-weight: 400;
    src: url('./assets/fonts/TWKEverett/TWKEverett-RegularItalic-web.woff2')
      format('woff2');
  }

  @font-face {
    font-family: 'TWK Everett';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/TWKEverett/TWKEverett-Bold-web.woff2') format('woff2');
  }

  @font-face {
    font-family: 'TWK Everett';
    font-style: italic;
    font-weight: 700;
    src: url('./assets/fonts/TWKEverett/TWKEverett-BoldItalic-web.woff2')
      format('woff2');
  }

  @font-face {
    font-family: 'TWK Everett';
    font-style: normal;
    font-weight: 900;
    src: url('./assets/fonts/TWKEverett/TWKEverett-Black-web.woff2') format('woff2');
  }

  @font-face {
    font-family: 'TWK Everett';
    font-style: italic;
    font-weight: 800;
    src: url('./assets/fonts/TWKEverett/TWKEverett-BlackItalic-web.woff2')
      format('woff2');
  }
}