/*
Theme Name: CodeItLab - Working Theme
Theme URI: https://codeitlab.com
Author: CodeItLab
Author URI: https://codeitlab.com
Description: Clean WordPress block theme with teal design. Fully editable.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: codeitlab-working
Tags: full-site-editing, block-editor, dark-mode

Simple, working WordPress theme with teal design.
*/

:root {
    --primary: #2beede;
    --primary-dark: #06e4f9;
    --background: #0b0f13;
    --surface: #161b22;
    --text: #f3f4f6;
    --muted: #9ca3af;
}

html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--background); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 4px; }
::selection { background: var(--primary); color: var(--background); }
