/* Imported theme contract from crm.rayaict.net; static and runtime-independent. */
:root {
  --crm-font-size-1: 12px;
  --crm-font-size-2: 13px;
  --crm-font-size-3: 14px;
  --crm-font-size-4: 14px;
  --crm-font-size-5: 16px;
  --crm-font-size-6: 18px;
  --crm-font-size-7: 22px;
  --crm-line-body: 1.72;
  --crm-weight-regular: 400;
  --crm-weight-medium: 400;
  --crm-weight-semibold: 400;
  --crm-weight-strong: 400;
  --crm-weight-bold: 400;
  --crm-weight-extrabold: 400;
  --crm-weight-black: 400;
}

html,
body {
  font-weight: 400 !important;
}

html body :not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa-light):not(.fa-duotone) {
  font-weight: 400 !important;
}
