UNPKG

thenavisapp

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

56 lines (50 loc) 1.92 kB
/** * Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ @font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; src: url(../../static/fonts/inter.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Rubik'; font-style: normal; font-weight: 400; src: url(../../static/fonts/rubik.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* You can override the default Infima variables here. */ :root { --ifm-color-primary: #e88c1f; --ifm-color-primary-dark: #d77e16; --ifm-color-primary-darker: #cb7715; --ifm-color-primary-darkest: #a76211; --ifm-color-primary-light: #ea9837; --ifm-color-primary-lighter: #ec9e43; --ifm-color-primary-lightest: #efb167; --ifm-code-font-size: 95%; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); --ifm-font-family-base: 'Rubik', system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif; --ifm-heading-font-family: 'Inter', var(--ifm-font-family-base); --ifm-heading-font-weight: 600; } /* For readability concerns, you should choose a lighter palette in dark mode. */ [data-theme='dark'] { --ifm-color-primary: #f4a02f; --ifm-color-primary-dark: #f39313; --ifm-color-primary-darker: #eb8c0c; --ifm-color-primary-darkest: #c1730a; --ifm-color-primary-light: #f5ad4b; --ifm-color-primary-lighter: #f6b358; --ifm-color-primary-lightest: #f8c682; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); }