﻿:root {
    /* Violet */
    --primary: #6f4de6;
    --primary-dark: #4b2aad;
    /* Orange */
    --accent: #ff9f43;
    --accent-light: #ffb266;
    /* Backgrounds */
    --bg-main: #f6f7fb;
    --surface: #ffffff;
    /* Text */
    --text-main: #1f2937;
    --text-muted: #6b7280;
    /* UI */
    --radius: 12px;
    --shadow: 0 10px 25px rgba(0,0,0,0.08);
}

a {
    color: inherit;
    text-decoration: none;
}
