/*
  Global font configuration file.
  Change only --app-font-family for quick switch,
  or add @font-face entries below and use the new family name.
*/

:root {
  --app-font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/*
Example custom font setup:

@font-face {
  font-family: "KaravanaCustom";
  src: url("./KaravanaCustom-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --app-font-family: "KaravanaCustom", "Segoe UI", sans-serif;
}
*/
