60 lines
2.1 KiB
CSS
60 lines
2.1 KiB
CSS
body {
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
font-family: 'DM Sans', 'Inter', 'Plus Jakarta Sans';
|
|
|
|
|
|
}
|
|
|
|
code {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
monospace;
|
|
}
|
|
|
|
|
|
|
|
:root {
|
|
--foundationwhite: rgba(255, 255, 255, 1);
|
|
--foundation-bluelight: rgba(236, 241, 252, 1);
|
|
--foundation-bluenormal: rgba(62, 110, 227, 1);
|
|
--foundation-bluedarker: rgba(22, 39, 79, 1);
|
|
--foundation-greennormal: rgba(10, 166, 144, 1);
|
|
--foundation-greendarker: rgba(4, 58, 50, 1);
|
|
--foundationblacklight-hover: rgba(220, 220, 220, 1);
|
|
--foundationblacknormal: rgba(23, 23, 23, 1);
|
|
--foundation-blue-greynormal: rgba(75, 81, 98, 1);
|
|
--browser-uidark-bg: rgba(61, 61, 61, 0.94);
|
|
--text-color600-body: rgba(113, 128, 150, 1);
|
|
--text-color100: rgba(249, 250, 251, 1);
|
|
--text-color400: rgba(203, 213, 224, 1);
|
|
--desktop-hn-h2-desktop-font-family: "DM Sans", Helvetica;
|
|
--desktop-hn-h2-desktop-font-weight: 700;
|
|
--desktop-hn-h2-desktop-font-size: 40px;
|
|
--desktop-hn-h2-desktop-letter-spacing: 0px;
|
|
--desktop-hn-h2-desktop-line-height: 120.00000762939453%;
|
|
--desktop-hn-h2-desktop-font-style: normal;
|
|
--mobile-hn-h2-mobile-font-family: "DM Sans", Helvetica;
|
|
--mobile-hn-h2-mobile-font-weight: 700;
|
|
--mobile-hn-h2-mobile-font-size: 32px;
|
|
--mobile-hn-h2-mobile-letter-spacing: 0px;
|
|
--mobile-hn-h2-mobile-line-height: 120.00000762939453%;
|
|
--mobile-hn-h2-mobile-font-style: normal;
|
|
--16px-regular-font-family: "Inter", Helvetica;
|
|
--16px-regular-font-weight: 400;
|
|
--16px-regular-font-size: 16px;
|
|
--16px-regular-letter-spacing: 0px;
|
|
--16px-regular-line-height: 24px;
|
|
--16px-regular-font-style: normal;
|
|
--button-base-bold-font-family: "DM Sans", Helvetica;
|
|
--button-base-bold-font-weight: 700;
|
|
--button-base-bold-font-size: 16px;
|
|
--button-base-bold-letter-spacing: 0px;
|
|
--button-base-bold-line-height: 122%;
|
|
--button-base-bold-font-style: normal;
|
|
--bottom-bar-dark: ;
|
|
} |