@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");


:root {
  --primary-color-50: #e3f2fc;
  --primary-color-100: #bbdef8;
  --primary-color-200: #91cbf4;
  --primary-color-300: #66b6ef;
  --primary-color-400: #46a6ec;
  --primary-color-500: #2598e9;
  --primary-color-600: #1e8adc;
  --primary-color-700: #1578ca;
  --primary-color-800: #0e67b8;
  --primary-color-900: #004a99;
  --mega-title-02-font-size: 57px;
  --body-large-font-size: 19px;
  --body-default-font-size: 16px;
  --mega-title-01-font-size: 70px;
  --body-small-font-size: 15px;
}

* {
    font-family: var(--font-family-sans-serif);
}


//Arabic Font
@font-face {
  font-family: "GE SS";
  font-style: normal;
  font-weight: 100;
  src: url("/documents/d/guest/ge-ss-text-light") format("opentype");
  unicode-range: U+0600-06FF;
}

@font-face {
  font-family: "GE SS";
  font-style: normal;
  font-weight: 400;
  src: url("/documents/d/guest/ge-ss-text-medium") format("opentype");
  unicode-range: U+0600-06FF;
}

@font-face {
  font-family: "GE SS";
  font-style: normal;
  font-weight: 700;
  src: url("/documents/d/guest/ge-ss-text-bold") format("opentype");
  unicode-range: U+0600-06FF;
}
