@font-face {
  font-family: 'TWK Everett';
  src: url('../font/twk-everett-updated/TWKEverett-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TWK Everett';
  src: url('../font/twk-everett-updated/TWKEverett-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TWK Everett';
  src: url('../font/twk-everett-updated/TWKEverett-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TWK Everett';
  src: url('../font/twk-everett-updated/TWKEverett-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

.font-twk {
  font-family: 'TWK Everett', sans-serif;
}

.font-twk-regular {
  font-family: 'TWK Everett', sans-serif;
  font-weight: 400;
}

.font-twk-medium {
  font-family: 'TWK Everett', sans-serif;
  font-weight: 500;
}

.font-twk-bold {
  font-family: 'TWK Everett', sans-serif;
  font-weight: 700;
}

.font-twk-ultralight-italic {
  font-family: 'TWK Everett', sans-serif;
  font-weight: 200;
  font-style: italic;
}
