﻿/* use CSS3 variables for fonts.js */
:root {
  --font-family-light: katchr-font-light;
  --font-family-regular: katchr-font-regular;
  --font-family-semibold: katchr-font-semibold;
  --font-family-bold: katchr-font-bold;
}

@font-face {
  font-family: katchr-font-light;
  src: url("./source-sans-3-v19-latin-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: katchr-font-regular;
  src: url("./source-sans-3-v19-latin-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: katchr-font-semibold;
  src: url("./source-sans-3-v19-latin-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: katchr-font-bold;
  src: url("./source-sans-3-v19-latin-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*# sourceMappingURL=Content\font\font-face.css.map */