
/*
 Theme Name: Gagarin Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor to recreate gagarin-catering.ru
 Author: ChatGPT
 Template: hello-elementor
 Version: 1.0.0
*/

/* Global tokens */
:root{
  --c-bg:#0f1114;
  --c-text:#ffffff;
  --c-accent:#ffb800;
}

html{scroll-behavior:smooth;}
img{max-width:100%;height:auto;}

/* Utility classes for fade-up */
.e-fade-up{opacity:0;transform:translateY(24px);will-change:opacity,transform}
.has-shadow{box-shadow:0 12px 40px rgba(0,0,0,.12)}
