﻿body {
    background: var(--color-bg);
    color: var(--color-text);
    font-family: 'Inter', 'Segoe UI', sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}


