@font-face {
  font-family: "Everett-Light";
  src: local(TWKEverett-Light-web),
  url('./fonts/TWKEverett-Light-web.woff2') format('woff2'),
  url('./fonts/TWKEverett-Light-web.woff') format('woff'),
    url('./fonts/TWKEverett-Light-web.ttf') format("truetype");
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Everett-Regular";
  src: local(TWKEverett-Regular-web),
  url('./fonts/TWKEverett-Regular-web.woff2') format('woff2'),
  url('./fonts/TWKEverett-Regular-web.woff') format('woff'),
    url('./fonts/TWKEverett-Regular-web.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Everett-Reluar-Italic";
  src: local(TWKEverett-RegularItalic-web),
    url('./fonts/TWKEverett-RegularItalic-web.woff2') format("woff2"),
    url('./fonts/TWKEverett-RegularItalic-web.woff') format('woff'),
    url('./fonts/TWKEverett-RegularItalic-web.ttf') format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Everett-Bold";
  src: local(TWKEverett-Bold-web),
  url('./fonts/TWKEverett-Bold-web.woff2') format('woff2'),
  url('./fonts/TWKEverett-Bold-web.woff') format('woff'),
    url('./fonts/TWKEverett-Bold-web.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Everett-Extra-Bold";
  src: local(TWKEverett-Extrabold-web),
  url('./fonts/TWKEverett-Extrabold-web.woff2') format('woff2'),
  url('./fonts/TWKEverett-Extrabold-web.woff') format('woff'),
    url('./fonts/TWKEverett-Extrabold-web.ttf') format("truetype");
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}