@use "../all-theme";@use "../../core";@use "../../m2";@use "../../typography/typography";@include core.app-background();@include core.elevation-classes();$primary: m2.define-palette(m2.$indigo-palette); $accent: m2.define-palette(m2.$pink-palette,A200,A100,A400); $theme: m2.define-light-theme((color: (primary: $primary,accent: $accent),typography: m2.define-typography-config(),density: 0,)); @include all-theme.all-component-themes($theme); @include typography.typography-hierarchy($theme); html,body{height:100%;overflow-x:hidden}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif;background:#3a3a3a;overflow-y:scroll}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#545454}::-webkit-scrollbar-thumb{background:#1e1e1e}::-webkit-scrollbar-thumb:hover{background:#0c0c0c}
