/**
 * Ahmad Aljariri Alhousan LLC static site — shared design tokens (Sapphire + Gold).
 * Fonts stay in each HTML <head> (Stitch); add Material link there if missing.
 */

:root {
  /* Sapphire */
  --agh-sapphire-950: #000410;
  --agh-sapphire-900: #000920;
  --agh-sapphire-800: #0f2040;
  --agh-sapphire-700: #374668;
  /* Gold */
  --agh-gold-600: #a5833f;
  --agh-gold-300: #e9c176;
  /* Surfaces */
  --agh-surface: #fbf8fc;
  --agh-on-surface: #1b1b1e;
  --agh-outline-variant: #c5c6cf;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
.brand-font {
  font-family: "Manrope", system-ui, sans-serif;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
