@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --aseel-font-family: "Cairo", Arial, sans-serif;
}

html,
html body,
html body *:not(svg):not(svg *):not(#aseelFontLock#aseelFontLock#aseelFontLock),
html body *:not(svg):not(svg *)::before,
html body *:not(svg):not(svg *)::after,
html button,
html input,
html select,
html textarea,
html option,
html optgroup,
html [style*="font-family"] {
  font-family: var(--aseel-font-family) !important;
  letter-spacing: 0 !important;
}

svg text,
svg tspan {
  font-family: var(--aseel-font-family) !important;
}
