/*
Theme Name: AIFreak Cyber Theme
Description: Custom theme for AIFreak with Cyber Neo design.
Author: Antigravity
Version: 1.0
*/

:root {
    --vp-bg: #0B0E14;
    --vp-accent: #00F2FF;
    --vp-text: #FFFFFF;
    --vp-mute: #94A3B8;
    --vp-success: #10B981;
}

body {
    background-color: var(--vp-bg) !important;
    color: var(--vp-text) !important;
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--vp-text) !important;
}

p {
    color: var(--vp-mute) !important;
}

a {
    color: var(--vp-accent) !important;
    text-decoration: none;
}
a:hover {
    color: var(--vp-success) !important;
}

.button, btn, input[type='submit'] {
    background-color: var(--vp-accent) !important;
    color: #000 !important;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
}
