/*
 * SentryCORE web fonts (self-hosted)
 * Place this file next to the Poppins, JetBrainsMono and Tajawal folders, then load it before your main stylesheet.
 * Only the weights in the SentryCORE type system are declared here.
 */

/* Poppins: primary typeface */
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("Poppins/woff/Poppins-Regular.woff") format("woff"), url("Poppins/ttf/Poppins-Regular.ttf") format("truetype"); }
@font-face { font-family: "Poppins"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("Poppins/woff/Poppins-Italic.woff") format("woff"), url("Poppins/ttf/Poppins-Italic.ttf") format("truetype"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("Poppins/woff/Poppins-Medium.woff") format("woff"), url("Poppins/ttf/Poppins-Medium.ttf") format("truetype"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("Poppins/woff/Poppins-Bold.woff") format("woff"), url("Poppins/ttf/Poppins-Bold.ttf") format("truetype"); }

/* JetBrains Mono: technical typeface */
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("JetBrainsMono/woff/JetBrainsMono-Regular.woff") format("woff"), url("JetBrainsMono/ttf/JetBrainsMono-Regular.ttf") format("truetype"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("JetBrainsMono/woff/JetBrainsMono-Bold.woff") format("woff"), url("JetBrainsMono/ttf/JetBrainsMono-Bold.ttf") format("truetype"); }

/* Tajawal: Arabic typeface */
@font-face { font-family: "Tajawal"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("Tajawal/woff/Tajawal-Regular.woff") format("woff"), url("Tajawal/ttf/Tajawal-Regular.ttf") format("truetype"); }
@font-face { font-family: "Tajawal"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("Tajawal/woff/Tajawal-Medium.woff") format("woff"), url("Tajawal/ttf/Tajawal-Medium.ttf") format("truetype"); }
@font-face { font-family: "Tajawal"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("Tajawal/woff/Tajawal-Bold.woff") format("woff"), url("Tajawal/ttf/Tajawal-Bold.ttf") format("truetype"); }

:root {
  --font-sans: "Poppins", "Tajawal", "Segoe UI", Arial, sans-serif;
  --font-mono: "JetBrains Mono", Consolas, ui-monospace, monospace;
}
