@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#0a0a0f;color:#e8e6e1;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#1e1e30;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2a2a40}input[type=range]{accent-color:#c9a84c;cursor:pointer}::selection{background:rgba(201,168,76,.3);color:#e8e6e1}