/*
 Theme Name:   The WKND Label
 Theme URI:    https://instagram.com/thewkndlabel
 Description:  Sun-soaked swim & apparel storefront — warm terracotta palette, Archivo / Cormorant Garamond / Pinyon Script. Child theme of PicoStrap5.
 Author:       The WKND Label
 Author URI:   https://instagram.com/thewkndlabel
 Template:     picostrap5-master
 Version:      1.1.4
 Text Domain:  thewkndlabel
 License:      GPL-2.0
 License URI:  http://www.opensource.org/licenses/gpl-license.php
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */

:root,
body,
body.accent-coral {
  --bg:           #F7EBDD;
  --fg:           #2B1810;
  --accent:       #F2603C;
  --accent-deep:  #B8431E;
  --peach:        #F6C9A4;
  --brown-mid:    #A4582F;
  --brown-dim:    #6B4B38;
  --line:         rgba(43,24,16,.14);
  --grad-deep:    linear-gradient(150deg,#B8431E 0%,#7E2A14 60%,#561B0D 100%);
  --card-radius:  14px;
  --img-radius:   14px;
  --font-sans:    'Archivo', sans-serif;
  --font-serif:   'Cormorant Garamond', serif;
  --font-script:  'Pinyon Script', cursive;
}

body.accent-terracotta {
  --accent:      #C2451F;
  --accent-deep: #8A2D14;
}

body.accent-sunset-peach {
  --accent:      #E8915B;
  --accent-deep: #C2451F;
}

body.radius-sharp {
  --card-radius: 2px;
  --img-radius:  2px;
}
