/* Non-Critical Fonts - Async Loading */

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/rubik-500-subset.woff2') format('woff2');
  unicode-range: U+0020-007E, U+00A0-00FF, U+20AC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/rubik-700-subset.woff2') format('woff2');
  unicode-range: U+0020-007E, U+00A0-00FF, U+20AC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A;
}
