﻿/* Everything customizable lives here.*/

:root {
    --c365-lime: #c7ff24;
    --c365-lime-2: #b6ff18;
    --c365-bg: #030405;
    --c365-bg-soft: #080c12;
    --c365-surface: rgba(12, 16, 22, .74);
    --c365-surface-soft: rgba(255,255,255,.04);
    --c365-text: #f8fafc;
    --c365-muted: #a1a8b3;
    --c365-soft: #cbd5e1;
    --c365-line: rgba(255,255,255,.12);
    --c365-line-soft: rgba(255,255,255,.08);
    --c365-shadow: 0 30px 90px rgba(0,0,0,.45);
    --c365-glow: 0 0 24px rgba(199,255,36,.38);
    --c365-radius-sm: 18px;
    --c365-radius-md: 26px;
    --c365-radius-lg: 36px;
    --c365-container: 1140px;
}