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