/*
Theme Name: Bianca Rea MUA (Make-up Artist 8) Theme
Description: Tema Presenza Pro per make-up artist — Bianca Rea MUA.
Version: 1.0.0
Text Domain: make-up-artist-8-theme
*/

:root {
      --color-cream: #f3e8db;
      --color-cream-2: #ece1d2;
      --color-brown-dark: #382a22;
      --color-brown-2: #4a382c;
      --color-text: #2c221c;
      --color-text-inverse: #f6ede2;
      --color-line: rgba(56,42,34,0.28);
      --color-line-inverse: rgba(246,237,226,0.35);

      --font-display: 'Cormorant Garamond', 'Georgia', serif;
      --font-sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;

      --space-1:   4px;
      --space-2:   8px;
      --space-3:  12px;
      --space-4:  16px;
      --space-5:  24px;
      --space-6:  32px;
      --space-7:  48px;
      --space-8:  64px;
      --space-9:  96px;
      --space-10: 128px;
      --space-11: 160px;
      --space-12: 192px;

      --measure: 65ch;
      --measure-narrow: 45ch;

      --lh-display: 1.05;
      --lh-heading: 1.2;
      --lh-subheading: 1.35;
      --lh-body: 1.6;
      --lh-small: 1.45;

      --anim-ease: cubic-bezier(0.22, 1, 0.36, 1);
      --anim-ease-ui: cubic-bezier(0.4, 0, 0.2, 1);
      --anim-dur: 760ms;
      --anim-dur-ui: 280ms;
      --anim-shift: 32px;
    }
