123456789101112131415161718192021222324252627282930313233343536 |
- :root {
- font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
- --text-direction: ltr;
- --alignment: left;
- /* line-height: 1.5;
- font-weight: 400;
- color-scheme: light dark;
- color: rgba(255, 255, 255, 0.87); */
- font-synthesis: none;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* color-scheme: light dark; */
- /* font-synthesis: none;
- text-rendering: optimizeLegibility;
- -moz-osx-font-smoothing: grayscale; */
- }
- html,
- body {
- width: 100vw;
- max-width: 100%;
- /* overflow-x: hidden;
- overflow-y: auto; */
- margin: 0;
- padding: 0;
- color: #dae0e0;
- }
- html {
- font-size: 1rem;
- line-height: 1.4;
- background: #000;
- }
|