:root {
    --bg-a: #060608;
    --bg-b: #0c0d12;
    --card: rgba(255, 255, 255, 0.035);
    --stroke: rgba(255, 255, 255, 0.08);
    --text: #d8dae3;
    --text-bright: #f4f5f8;
    --muted: #8b90a0;
    --accent: #4cc9a0;
    --accent-dim: rgba(76, 201, 160, 0.1);
    --discord: #5865f2;
    --sans: "Inter", "Segoe UI", system-ui, sans-serif;
    --display: "Dragnel", Georgia, serif;
    --radius-sm: 10px;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/inter-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Dragnel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../DragnelRegular.woff2') format('woff2');
}
