:root {
    --primary: #28a745;


    --dark-bg: #1e1e2f;
    --body-bg: #f4f4f4;
    --text-dark: #333;
    --border-color: #ddd;
    --sidebar-bg: #27293d;
    --text-light: #ffffff;
    --text-dark: #333;

    --wireguard: #5e35b1;
    --openvpn: #ea6b00;

    --success: #28a745;
    --warning: #ffc107;
    --danger: #dc3545;
}