/*
Theme Name: inkinireland
Theme URI: https://sitefactory.local
Author: SiteFactory
Description: Generated theme for temporary tattoo stickers.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: sitefactory
Tags: e-commerce, two-columns, custom-logo, custom-menu, featured-images
*/

:root {
  --c-primary: #0f766e;
  --c-secondary: #134e4a;
  --c-accent: #14b8a6;
  --c-neutral-dark: #1a1a1a;
  --c-neutral-light: #f5f1eb;
  --c-bg: #ffffff;
  --c-surface: #faf7f2;
  --c-text: #1a1a1a;
  --c-text-muted: #6b6b6b;
  --font-heading: Oswald;
  --font-body: Inter;
  --weight-heading: 700;
  --weight-body: 400;
  --scale-heading: 1.05;
  --ls-heading: -0.01em;
  --space: 16px;
  --radius: 8px;
  --shadow: 0 2px 8px rgba(0,0,0,0.06);
  --container-width: 1180px;
}
