/* Voss Mobil — design tokens extracted from archived vossmobil.de (GoDaddy gox theme, 05/2026) */
:root {
  --vm-dark: #151515;
  --vm-light: #f8f8f8;
  --vm-grey: #717171;
  --vm-gold: #ebc15b;
  --vm-gold-soft: #d4b58b;
  --vm-gold-deep: #876e31;
  --vm-brown: #826e53;
  --vm-white: #ffffff;

  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
  --font-display: "Bebas Neue", Impact, sans-serif;

  --maxw: 1120px;
  --radius: 4px;
}
