/* TLC brand typography: Bernier (H1, lowercase) + Montserrat (H2/H3/body). */
@font-face{
  font-family:"Bernier";
  src:url("fonts/bernier-regular.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

:root{
  --font-display:"Bernier",Arial,sans-serif;
  --font-sans:"Montserrat",Arial,sans-serif;
}

html,body{
  font-family:var(--font-sans);
}

h1{
  font-family:var(--font-display);
  font-weight:400;
  text-transform:lowercase;
  letter-spacing:.005em;
  line-height:.98;
}

h2,h3,p{
  font-family:var(--font-sans);
}
