/* Shared Wix-matched local fonts — import from page-specific CSS only */
@font-face {
  font-family: 'Nuckle Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Nuckle-Regular.woff2) format('woff2'),
       url(../fonts/Nuckle-Regular.woff) format('woff'),
       url(../fonts/nuckle-regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Nuckle Bold';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Nuckle-Bold.woff2) format('woff2'),
       url(../fonts/Nuckle-Bold.woff) format('woff'),
       url(../fonts/nuckle-bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Helvetica W01 Light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/helvetica-w01-light.woff2) format('woff2');
  unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
}

@font-face {
  font-family: 'Helvetica W01 Light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/helvetica-w02-light.woff2) format('woff2');
  unicode-range: U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+FB01-FB02;
}

:root {
  --wix-font-body: 'Helvetica W01 Light', Arial, Helvetica, sans-serif;
  --wix-font-nuckle-regular: 'Nuckle Regular', sans-serif;
  --wix-font-nuckle-bold: 'Nuckle Bold', sans-serif;
}
