/*
Theme Name: Suhe Theme (Astra child)
Theme URI: https://suhe.klots.ee
Author: Raido / Generated
Description: Child theme for Astra — minimalist, calm, full-width layout
Version: 1.0
Template: astra
Text Domain: suhe-theme
*/
:root{
  --bg: #f9f9f7;
  --text: #333333;
  --accent: #4a8a91;
  --accent-dark: #3e7378;
}
body{background:var(--bg); color:var(--text); font-family:Inter, sans-serif;}
a{color:var(--accent-dark);}
