/*
 * Estedad for Greenlight v3
 */

@font-face {
  font-family: "Estedad";
  src:
    url("/site/estedad/Estedad-Variable.woff2") format("woff2-variations"),
    url("/site/estedad/Estedad-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --clasio-greenlight-font:
    "Estedad",
    "Vazirmatn",
    Tahoma,
    Arial,
    sans-serif;
}

html,
body {
  font-family: var(--clasio-greenlight-font) !important;
  font-feature-settings: "kern" 1;
  text-rendering: optimizeLegibility;
}

:where(
  button,
  input,
  textarea,
  select,
  option,
  label,
  fieldset,
  legend,
  table,
  thead,
  tbody,
  tfoot,
  tr,
  th,
  td,
  p,
  a,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small,
  strong,
  em
) {
  font-family: var(--clasio-greenlight-font) !important;
}

/* Placeholder فرم‌ها */
input::placeholder,
textarea::placeholder {
  font-family: var(--clasio-greenlight-font) !important;
}

/* عناصر انتخابی */
select,
option {
  font-family: var(--clasio-greenlight-font) !important;
}

/* کدها */
code,
pre,
kbd,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    monospace !important;
}

/*
 * عمداً روی svg، i، div، span و کلاس‌های Icon
 * فونت اجباری قرار نگرفته است.
 */
