/* You can add global styles to this file, and also import other style files */ * { font-family: 'Roboto', sans-serif; margin: 0; padding: 0; box-sizing: border-box; letter-spacing: 0.5px; outline: none; line-height: 1.4; } :root { --black: #1a1a1a; --ash-black: #282828; --dark-grey: #4d4d4d; --light-grey: #999999; --teal: #06c4a8; --green: #8cc63f; --teal-green: #08c17e; --danger: #ea8b8b; }