/*
Theme Name: SPECO Premium Theme
Theme URI: https://speco.com.pl/
Description: Dedykowany, lekki motyw dla marki paneli SPC SPECO, oparty o minimalistyczny design i naturalną kolorystykę.
Version: 1.0.0
Author: Antigravity
Author URI: https://deepmind.google/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: speco-theme
*/

:root {
  --color-bg-sand: #F5F3EC;
  --color-bg-sand-light: #FAF9F6;
  --color-bg-white: #FFFFFF;
  --color-accent-orange: #E25F38;
  --color-accent-orange-hover: #C94C29;
  --color-text-charcoal: #1E1E1E;
  --color-text-muted: #666666;
  --color-text-light: #8E8E8E;
  --color-border-light: #E5E2D9;
  
  --font-headers: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  
  --border-radius-lg: 40px;
  --border-radius-md: 24px;
  --border-radius-sm: 12px;
  --border-radius-round: 50%;
  
  --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Reset and base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--color-bg-sand);
  color: var(--color-text-charcoal);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Include Outfit and Plus Jakarta Sans from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');
