/* why: docs/code-notes.md § File header (public/css/fonts.css) */

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/work-sans-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/bai-jamjuree-400.woff2") format("woff2");
}

@font-face {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/bai-jamjuree-500.woff2") format("woff2");
}

@font-face {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/bai-jamjuree-600.woff2") format("woff2");
}

@font-face {
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/bai-jamjuree-700.woff2") format("woff2");
}
