/*
Theme Name: Plethora — SuOrganik Theme
Theme URI: https://suorganik.com
Author: Can Aslahan
Author URI: https://suorganik.com
Description: Doğal ve organik ürünler için landing page odaklı özel WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suorganik
Tags: landing-page, organic, natural, custom-theme
*/

/* ============================================
   BASE RESETS & CUSTOM PROPERTIES
   ============================================ */

:root {
  --color-brand:       #C9A8D4;
  --color-brand-dark:  #8B6A99;
  --color-brand-deeper:#6B4F7A;
  --color-brand-light: #EDE0F2;
  --color-cream:       #FDFCFE;
  --color-warm-white:  #FAF8FC;
  --color-charcoal:    #2C2C2C;
  --color-muted:       #6B7280;
  --color-earth:       #8B5E3C;

  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-warm-white);
  color: var(--color-charcoal);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
