/*
Theme Name: KOUST Elementor Theme
Theme URI: https://koust.tennis
Author: KOUST
Author URI: https://koust.tennis
Description: Lightweight blank-canvas theme for building the KOUST site with Elementor native widgets while preserving brand styles and animations.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: koust-elementor-theme
*/

:root {
  --clay: #c45c2a;
  --clay-lt: #e07840;
  --clay-dk: #8b3d18;
  --royal: #1a5cba;
  --royal-lt: #2d74d9;
  --ink: #0d0c0a;
  --ink2: #1c1a17;
  --off: #f7f4ef;
  --cream: #faf8f4;
  --warm: #e8e0d0;
  --grey: #9a9288;
  --white: #ffffff;
  --sand: #d4b896;
}

html {
  scroll-behavior: smooth;
}

body.koust-elementor-theme {
  background: var(--cream);
  color: var(--ink);
}

/* Keep Elementor canvas clean for full-bleed sections. */
.elementor-page .site,
.elementor-page .site-main,
.elementor-page .entry-content {
  margin: 0;
  max-width: none;
  padding: 0;
}
