/**
 * Al-Hafiz Consult — self-hosted brand fonts.
 * Arabic DIN @font-face is injected from PHP (only existing files).
 * English: Source Code Variable (Adobe Source Code Pro VF) → assets/fonts/source-code-variable/
 * Source: https://github.com/adobe-fonts/source-code-pro (SIL Open Font License 1.1)
 */

@font-face {
  font-family: "Source Code Variable";
  src:
    url("../fonts/source-code-variable/SourceCodeVariable.woff2") format("woff2-variations"),
    url("../fonts/source-code-variable/SourceCodeVariable.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Code Variable";
  src:
    url("../fonts/source-code-variable/SourceCodeVariable-Italic.woff2") format("woff2-variations"),
    url("../fonts/source-code-variable/SourceCodeVariable-Italic.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
