/* theme: L1 T1 P12 G1 */
:root{
  --teal:hsl(330,55%,36%);
  --teal-600:hsl(330,60%,28%);
  --teal-400:hsl(330,55%,55%);
  --emerald:hsl(348,55%,38%);
  --accent-dark:hsl(330,45%,15%);
  --tint:hsl(330,50%,95%);
  --tint-2:hsl(330,55%,96%);
  --tint-line:hsl(330,45%,82%);
  --on-hero:hsl(330,60%,88%);
  --on-hero-dim:hsl(330,45%,80%);
  --font-head:'Fraunces',serif;
  --font-body:'Source Sans 3',sans-serif;
}
