:root {
  /* Cores */
  --verde-menta:    #A8DCAB;
  --verde-floresta: #509753;
  --terracota:      #DBAAA6;
  --lavanda:        #BD92BF;

  /* Texto e superfície */
  --texto:          #1A1A1A;
  --texto-suave:    #5C5C5C;
  --fundo:          #FEFCF8;
  --borda:          rgba(0, 0, 0, 0.07);

  /* Tipografia */
  --font-titulo: 'Young Serif', Georgia, serif;
  --font-corpo:  'Instrument Sans', system-ui, sans-serif;

  /* Espaçamento */
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;

  /* Layout */
  --container:   1200px;
  --header-h:    68px;
  --menu-w:      300px;

  /* Raios */
  --r-sm:   0.5rem;
  --r-md:   1rem;
  --r-lg:   1.5rem;
  --r-full: 999px;
}
