/* ─── Arimo (Armino) ──────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Arimo';
  src: url('/fonts/armino/Arimo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('/fonts/armino/Arimo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('/fonts/armino/Arimo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('/fonts/armino/Arimo-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('/fonts/armino/Arimo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('/fonts/armino/Arimo-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('/fonts/armino/Arimo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('/fonts/armino/Arimo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ─── Aviv ───────────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Aviv';
  src: url('/fonts/aviv/FUP Aviv - Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aviv';
  src: url('/fonts/aviv/FUP Aviv - Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aviv';
  src: url('/fonts/aviv/FUP Aviv - Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aviv';
  src: url('/fonts/aviv/FUP Aviv - SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aviv';
  src: url('/fonts/aviv/FUP Aviv - Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aviv';
  src: url('/fonts/aviv/FUP Aviv - ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ─── Assistant ───────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Assistant';
  src: url('/fonts/assistant/Assistant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ─── Libertinus Math ─────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Libertinus Math';
  src: url('/fonts/libertinus/LibertinusMath-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ─── Anton ───────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Anton';
  src: url('/fonts/libertinus/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}