/*
Theme Name: AITechWatch
Theme URI: https://aitechwatch.io
Author: AITechWatch Team
Description: A premium, clean, high-performance editorial theme for AITechWatch.io, prioritizing speed and typography.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aitechwatch
*/

:root {
    --bg-color: #000000;
    --bg-secondary: #121212;
    --bg-tertiary: #1e1e1e;
    --text-primary: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.6);
    --accent-color: #ffffff;
    --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --header-height: 96px;
}

body {
    background-color: var(--bg-color);
    color: var(--text-primary);
    font-family: var(--font-sans);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Base resets */
* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
