/*!
  Autor: Štefan Miščik
  Dotsystems s.r.o.
  Mirakulum Sabinov
  © Dotsystems s.r.o.
  Tokens measured from mirakulum_logo.jpg — not from reference themes.
*/
:root {
  --accent: #EF2553;
  --accent-hover: #D02048;
  --accent-soft: #F7B8BA;
  --text: #1F2519;
  --text-muted: #6B6558;
  --gold: #F9C010;
  --page: #FDF8EF;
  --surface: #FFFFFF;
  --surface-soft: #FDF0C7;
  --line: #F3D4C8;
  --accent-contrast: #FFFFFF;
  --danger: #C41B3E;
  --header-h: 4.5rem;
  --wrap: 70rem;
  --pad: 1.25rem;
  --radius: 1.5rem;
  --font-display: "Fredoka", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
}
