/* Match next/font CSS variables used by Tailwind build */
@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("NotoSerifDisplay-400.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("NotoSerifDisplay-500.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("NotoSerifDisplay-600.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("NotoSerifDisplay-700.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Poppins-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("Poppins-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Poppins-600.woff2") format("woff2");
}

:root {
  --font-noto: "Noto Serif Display", Georgia, serif;
  --font-poppins: "Poppins", Arial, sans-serif;
}
