@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;600;800&display=swap";*{box-sizing:border-box}:root{--family: "Nunito Sans", sans-serif;--fs-sm: 14px;--fs-md: 16px;--fw-light: 300;--fw-normal: 600;--fw_bold: 800;--radii: .5rem}body{margin:0}body[data-theme=dark]{--colors-text: hsl(0, 0%, 100%);--colors-bg: hsl(207, 26%, 17%);--colors-ui-base: hsl(209, 23%, 22%);--shadow: rgba(245, 245, 245, .2) 0 0 8px}body[data-theme=light]{--colors-text: hsl(200, 15%, 8%);--colors-bg: hsl(0,0%,98%);--colors-ui-base: hsl(0,0%,100%);--shadow: rgba(149, 157, 165, .2) 0 8px 24px}body{margin:0;font-family:var(--family);color:var(--colors-text);font-weight:var(--fw-light);background-color:var(--colors-bg)}
