﻿@charset "UTF-8";
@import url("/fonts/IranSans/init.css");
:root {
  --color-body-background: #fafafa;
  --color-primary: #012643;
  --color-secondary: #ea791d;
  --fs-xs3: clamp(0.6875rem, 0.66rem + 0.08vw, 0.75rem); /* 11 → 12 → 12 */
  --fs-xs2: clamp(0.75rem, 0.72rem + 0.1vw, 0.875rem); /* 12 → 14 → 14 */
  --fs-xs: clamp(0.875rem, 0.85rem + 0.1vw, 0.9375rem); /* 14 → 15 → 15 */
  --fs-sm: clamp(0.875rem, 0.85rem + 0.15vw, 1rem); /* 14 → 16 → 18 */
  --fs-md: clamp(1rem, 0.95rem + 0.2vw, 1.125rem); /* 16 → 18 → 20 */
  --fs-lg: clamp(1.125rem, 1.05rem + 0.3vw, 1.25rem); /* 18 → 20 → 22 */
  --fs-xl: clamp(1.125rem, 1rem + 0.4vw, 1.25rem); /* 18 → 20 → 22 */
  --fs-xl2: clamp(1.25rem, 1.1rem + 0.5vw, 1.375rem); /* 20 → 22 → 24 */
  --fs-xl3: clamp(1.375rem, 1.2rem + 0.6vw, 1.5rem); /* 22 → 24 → 26 */
  --fs-xl4: clamp(1.5rem, 1.25rem + 0.8vw, 1.875rem); /* 24 → 30 → 32 */
  --fs-xl5: clamp(1.75rem, 1.4rem + 1vw, 2.25rem); /* 28 → 36 → 40 */
  --fs-xl6: clamp(2rem, 1.6rem + 1.2vw, 2.5rem); /* 32 → 40 → 48 */
  --fs-xl7: clamp(2.25rem, 1.9rem + 1.5vw, 3rem); /* 36 → 48 → 56 */
}

*,
h1, h2, h3, h4, h5, h6,
button,
.tox-dialog, tox-button,
input, select, textarea {
  font-family: IRANSansX;
}

body {
  background: var(--color-body-background);
  font-size: var(--fs-md);
}