:root {
    --background: hsl(0, 0%, 7%);
    --text-color: hsl(0, 0%, 94%);
    --btn-background: hsl(203, 77%, 60%);
    --btn-background-dark: hsl(203, 55%, 47%);
    --btn--accent: hsl(0, 0%, 9%);
    --btn-color: hsl(0, 0%, 94%);
    --trademark-color: hsl(0, 0%, 94%);
    --swal-background: hsl(0, 0%, 5%);
}