/*
 Theme Name:   Hello Elementor Child — Prime Gastropack
 Theme URI:    https://prime-gastropack.at
 Description:  Child Theme für Prime Gastropack
 Author:       Renz Webdesign
 Author URI:   https://renz-webdesign.dev
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

:root {
  --gp-forest-mid: #3d5235;
  --gp-gold:       #a07828;
  --gp-stone:      #928e87;
  --gp-rule:       #e4e0da;
  --gp-light:      #f2f0ed;

  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  24px;
  --space-lg:  48px;
  --space-xl:  72px;
  --space-2xl: 96px;
}