/* Ryzenith web — type.
   The design was built in SF Pro. Apple's SF font license covers designing and
   developing for Apple platforms, not serving the binaries as webfonts on a public
   marketing site, so the 13 .otf files from the export are deliberately NOT shipped.
   The app itself still uses real SF Pro, where it is fully licensed.

   Inter is metrically close to SF Pro and free for any use. Apple devices fall back to
   their locally installed SF, which is what the design was drawn against anyway.

   To pin Inter everywhere rather than only where it is installed, drop
   Inter-Regular/Medium/SemiBold/Bold .woff2 into _ds/assets/fonts/ and uncomment the
   @font-face block below. Self-host rather than using the Google Fonts CDN: this site
   claims no third-party anything, and a font CDN request would make that untrue. */

/*
@font-face { font-family: 'Inter'; src: url('../assets/fonts/Inter-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../assets/fonts/Inter-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../assets/fonts/Inter-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../assets/fonts/Inter-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
*/

:root {
  --ryz-font-stack: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
}

/* The exported markup names these three families inline in hundreds of places.
   Aliasing them here is far safer than rewriting every declaration. */
@font-face { font-family: 'SF Pro Text';    src: local('Inter'), local('-apple-system'), local('system-ui'); }
@font-face { font-family: 'SF Pro Display'; src: local('Inter'), local('-apple-system'), local('system-ui'); }
@font-face { font-family: 'SF Pro Rounded'; src: local('Inter'), local('-apple-system'), local('system-ui'); }
