@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --go-bg:      #F8F5F0;
  --go-bg2:     #EDE8E1;
  --go-green:   #4A6741;
  --go-green-d: #2C3E2D;
  --go-green-m: #3A5332;
  --go-text:    #2C2C2C;
  --go-muted:   #7D7468;
  --go-line:    #D4CCB8;
  --go-white:   #FFFFFF;
  --go-serif:   'Playfair Display', Georgia, serif;
  --go-sans:    'DM Sans', system-ui, sans-serif;
}

/* Убрать лишние отступы Tilda вокруг HTML-блоков */
.t-section { padding-top: 0 !important; padding-bottom: 0 !important; }
.t-col { padding: 0 !important; }
.t-container { max-width: 100% !important; padding: 0 !important; }