/* Local fonts – GDPR compliant */
@font-face {
  font-family: 'Edu NSW ACT Cursive';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/EduNSWACTCursive-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Birthstone';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Birthstone-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/OpenSansCondensed-Light.woff2') format('woff2');
}