/*
Theme Name: Miandmo
Theme URI: https://miandmo.de
Description: Child Theme für Hello Elementor – Miandmo Mind and Motion
Author: Miandmo
Template: hello-elementor
Version: 1.0.0
Text Domain: miandmo
*/

/* CSS-Variablen */
:root {
  --color-bg:         #FAFAF8;
  --color-bg-alt:     #F4F2EE;
  --color-gold:       #B8960C;
  --color-gold-light: #D4AF37;
  --color-gold-dark:  #8A6F0A;
  --color-text:       #1A1A1A;
  --color-text-muted: #5A5A5A;
  --color-border:     #E4E0D8;
  --color-white:      #FFFFFF;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;

  --nav-height: 80px;
  --max-width:  1200px;
  --radius:     4px;
  --transition: 0.25s ease;
}
