:root { /* COLOR VARIABLES */ --background: color-mix(in srgb, var(--accent) 2%, #FFF 98%); --accent-contrast-color: white; --color: black; --border-color: rgba(0, 0, 0, .1); /* MEDIA QUERIES */ --phone: "max-width: 684px"; --tablet: "max-width: 900px"; }