/*
Theme Name:  Pschitt Pschitt
Theme URI:   https://pschittpschitt.fr
Description: Thème WordPress sur-mesure pour Pschitt Pschitt — blog de parfumerie indépendante. Direction visuelle sobriété niche (codes Malle / Le Labo / Editions de Parfums) avec un seul moment d'irrévérence par composition.
Author:      Pschitt Pschitt
Version:     1.0.1
Text Domain: pschitt-pschitt
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License:     Proprietary
*/

/* ================================================================
   PSCHITT PSCHITT — Système de design
   Palette : Paper · Navy · Nuit · Ambre · Cream
   Typo    : Fraunces · Barlow Condensed · Inter · Nothing You Could Do
   ================================================================ */

:root {
  --pp-paper:      #ECE4D2;
  --pp-paper-soft: #E4DCC8;
  --pp-navy:       #1B1E2E;
  --pp-nuit:       #0E1020;
  --pp-amber:      #C4763A;
  --pp-amber-deep: #A35E28;
  --pp-yellow:     #E8B84B;

  --pp-ink-70:     rgba(27, 30, 46, 0.62);
  --pp-ink-40:     rgba(27, 30, 46, 0.38);
  --pp-ink-15:     rgba(27, 30, 46, 0.14);
  --pp-ink-08:     rgba(27, 30, 46, 0.08);
  --pp-cream-70:   rgba(236, 228, 210, 0.70);
  --pp-cream-40:   rgba(236, 228, 210, 0.42);
  --pp-cream-15:   rgba(236, 228, 210, 0.16);
  --pp-cream-08:   rgba(236, 228, 210, 0.08);

  --ff-serif: 'Fraunces', 'Times New Roman', serif;
  --ff-cond:  'Barlow Condensed', 'Oswald', sans-serif;
  --ff-sans:  'Inter', sans-serif;
  --ff-hand:  'Nothing You Could Do', cursive;
}
