/*
  Estedad — Arabic/Latin sans-serif (OFL-1.1)
  https://github.com/aminabedi68/Estedad
  Variable weight axis: 100–900
*/

@font-face {
  font-family: 'Estedad';
  src: url('../fonts/estedad/Estedad-VF.woff2') format('woff2-variations'),
    url('../fonts/estedad/Estedad-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root,
[data-theme='dark'] {
  --font-family: 'Estedad', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
  --bs-font-sans-serif: 'Estedad', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
  --gl-font-family: 'Estedad', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-family);
}
