/* ===========================================================
   asistentka.ai · DESIGN TOKENS (slim)
   Pouze fonty a tokeny reálně použité v index.html (Landing v2)
   =========================================================== */

/* ---------- FONTS (Poppins — upright) ---------- */
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-ExtraBold.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }

/* ---------- FONTS (Poppins — italic) ---------- */
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-Italic.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-MediumItalic.ttf") format("truetype"); font-weight: 500; font-style: italic; font-display: swap; }

/* ---------- TOKENS ---------- */
:root {
  /* Type */
  --dm-font-body: "Poppins", system-ui, -apple-system, sans-serif;
  --dm-font-mono: ui-monospace, "SF Mono", Menlo, monospace;

  /* Motion */
  --dm-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
