/* Espaçamento — "esta identidade respira" */
:root {
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 40px;
  --space-5: 64px;
  --space-6: 96px;

  /* Margens de peças impressas: mín. 12mm, prefira 16–20mm */
  --margem-impresso-min: 12mm; /* @kind spacing */
  --margem-impresso: 18mm; /* @kind spacing */

  --radius-card: 6px;   /* único raio permitido; peças de papelaria são retas (0) */
  --radius-paper: 0px;

  /* Textura de papel — aplicar sobre o creme via ::before, opacity ~0.5 */
  --paper-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); /* @kind other */
}
