/* ===== GE SS Arabic Font ===== *//* Light */

@import url('digits.css');﻿


@font-face {
  font-family: 'GE SS';
  src: url('../fonts/ArbFONTS-GE_SS_Two_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}/* Medium (body text) */


@font-face {
  font-family: 'GE SS';
  src: url('../fonts/ArbFONTS-GE_SS_Two_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}/* Bold (headings) */


@font-face {
  font-family: 'GE SS';
  src: url('../fonts/ArbFONTS-GE_SS_Two_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}/* ===== Root variables ===== */


:root {
  --font-digits: 'Axon Digits';
  --font-body: 'Axon Digits', 'GE SS', 'Cairo', system-ui, sans-serif;
  --font-heading: 'Axon Digits', 'GE SS', 'Cairo', system-ui, sans-serif;
}/* ===== Global font application ===== */


html,
body,
h1, h2, h3, h4, h5, h6,
p, li, span, a, button, input, textarea, select {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
}
