/*
Theme Name: KARE Core
Theme URI: https://www.tesisatustaankara.com
Author: Metin Yılmaz
Author URI: https://www.tesisatustaankara.com
Description: High Performance WordPress Framework for Local SEO Projects
Version: 0.1.0-alpha
Requires at least: 5.8
Tested up to: 6.9
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kare-core
Tags: local-seo, business, performance, responsive
*/

/* =======================================================
   KARE CORE
   Design System
   Version : 0.1 Alpha
======================================================= */

:root{

    --primary:#0F172A;
    --secondary:#0EA5E9;
    --accent:#F59E0B;

    --white:#ffffff;
    --light:#F8FAFC;

    --text:#1E293B;
    --muted:#64748B;

    --radius:18px;

    --shadow:0 15px 40px rgba(0,0,0,.08);

    --container:1280px;

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    background:var(--light);
    color:var(--text);
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.7;

}