:root {
  --font-heading: 'Ivy Soft Light ', serif;
  --font-body: 'Indivisible Regular', sans-serif;
}

@font-face {
  font-family: 'Ivy Soft Light ';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/lougheed-laser-centre/Ivy-Soft-Light--700.woff) format('woff');
}

@font-face {
  font-family: 'Indivisible Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/lougheed-laser-centre/Indivisible-Regular-400.otf) format('opentype');
}