/*
Theme Name: Elreth Candles
Theme URI: https://elrethcandles.com
Author: Elreth
Author URI: https://elrethcandles.com
Description: Käsitöö küünlapoe WordPress/WooCommerce teema soojades maatoonides.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elreth
Tags: e-commerce, woocommerce, one-column, custom-colors, custom-menu
*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Cormorant:wght@300;400;500;600;700&display=swap');

/* CSS muutujad (värvipalett) */
:root {
  --color-background: #fdf8f3;
  --color-foreground: #2d1f14;
  --color-primary: #5c3d2e;
  --color-primary-foreground: #fdf8f3;
  --color-secondary: #f0e6db;
  --color-accent: #c4956a;
  --color-accent-foreground: #fdf8f3;
  --color-muted: #8b7355;
  --color-border: #e8ddd3;
  --color-card: #f7f0e8;
  --font-heading: 'Cormorant', serif;
  --font-body: 'Cabin', sans-serif;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-background);
  color: var(--color-foreground);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}