/* Self-hosted webfonts, so the theme doesn't depend on Adobe's generated kit
   CSS staying stable.
   - tiller (--font-serif): pulled from kit jhx2fjr
     (https://use.typekit.net/jhx2fjr.css). All kit weights are kept for now -
     trim once the theme switch settles which ones are actually used.
   - proxima-nova (--font-sans): the same four faces the acu theme self-hosts
     (copied from acu/dist/fonts/proxima-nova), covering its kit gwd0zcn
     (https://use.typekit.net/gwd0zcn.css) in full. */

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/proxima-nova-400.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/proxima-nova-600.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/proxima-nova-700.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/proxima-nova-800.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-400.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-400-italic.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-500.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-500-italic.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-600.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-600-italic.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-700.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-700-italic.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-900.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}

@font-face {
  font-family: "tiller";
  src: url("../assets/fonts/tiller/tiller-900-italic.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
}
