/*
Theme Name: Şahin Mobilya Premium Theme
Theme URI: https://sahinmobilya.org
Author: CoreTurc
Author URI: https://coreturc.com
Description: Ultra-premium, minimalist corporate furniture theme with Turkish/English localization, interactive filtering, and client-side security protections. Inspired by luxury design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sahin-mobilya
Tags: dark, minimal, bespoke, luxury, multi-language, portfolio, custom-background

This theme is designed to combine WordPress template structures with a standalone preview wrapper.
*/

/* Reset & Basic Variables */
:root {
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  --bg-color: #050505;
  --bg-card: #121212;
  --bg-card-hover: #161616;
  --text-primary: #ffffff;
  --text-secondary: #8e8e93;
  --text-muted: #48484a;
  
  --accent-gold: #c5a880;
  --accent-gold-hover: #d4af37;
  --accent-dark: #1c1c1e;
  
  --border-color: #1c1c1e;
  --border-hover: #2c2c2e;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--bg-color);
  color: var(--text-primary);
  font-family: var(--font-sans);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}
