/*
Theme Name: TechOfferte
Theme URI: https://techofferte.it
Author: TechOfferte.it
Description: Tema custom per sito offerte tech — v2
Version: 2.0
License: GNU General Public License v2
Text Domain: techofferte
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0a0a0f;
  --surface: #111118;
  --surface2: #1a1a24;
  --border: #2a2a3a;
  --accent: #00e5ff;
  --accent2: #ff3d6b;
  --accent3: #ffe600;
  --text: #f0f0f8;
  --muted: #6b6b88;
  --green: #00ff88;
  --font-title: 'Barlow Condensed', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --font-mono: 'Space Mono', monospace;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  overflow-x: hidden;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
