/* Local Rubik font-face - vendorized from Google Fonts (subset of weights)
   Placed in wwwroot/fonts/rubik/
*/
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/rubik/iJWKBXyIfDnIV7nBrXyw023e.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/rubik/iJWKBXyIfDnIV7nMrXyw023e.woff2') format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/rubik/iJWKBXyIfDnIV7nFrXyw023e.woff2') format('woff2');
}

/* Optional: set Rubik as a site default in case site.css expects it */
html,
body {
  font-family: 'Rubik', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}