@use "auth"; @use "chat"; @use "panelchat"; @use "common/animations"; @use "common/components"; @use "common/colors" as *; @use "common/material" as *; @use "lib/fonts/montserrat"; @use "lib/fonts/material-symbols"; * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; background-color: $color-dark-surface; color: $color-dark-on-surface; line-height: 1.6; height: 100vh; position: relative; }