/*
Theme Name: Structured Chaos
Theme URI: https://example.com/structured-chaos
Author: Your Studio
Description: A digital-sketchbook portfolio theme blending clean modernist typography with expressive, hand-drawn illustration accents. Asymmetrical sidebar layout on desktop, app-style bottom nav on mobile.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: structured-chaos
*/

/* ==========================================================================
   DESIGN TOKENS
   ========================================================================== */
:root {
  /* Palette */
  --sc-paper:        #F9F8F4; /* warm off-white background */
  --sc-ink:          #1A1A1A; /* charcoal, primary text */
  --sc-teal:         #2A9D8F; /* accent 1: logo, active states */
  --sc-yellow:       #E9C46A; /* accent 2: illustration splashes */
  --sc-orange:       #E76F51; /* accent 3: high-energy contrast */
  --sc-line:         rgba(26, 26, 26, 0.12); /* hairline dividers */

  /* Typography */
  --sc-font-display: "Bebas Neue", "Oswald", sans-serif;
  --sc-font-body:    "Jost", "Montserrat", "Inter", sans-serif;
  --sc-font-script:  "Caveat", "Shadows Into Light", cursive;

  /* Layout */
  --sc-sidebar-width: 22%;
  --sc-gutter: 2.5rem;
  --sc-radius: 2px;

  /* Motion */
  --sc-ease: cubic-bezier(0.22, 1, 0.36, 1);
}
