/*
Theme Name: AcquistaSmart
Theme URI: https://acquistasmart.it
Author: AcquistaSmart
Author URI: https://acquistasmart.it
Description: Tema ufficiale AcquistaSmart - Offerte Amazon, guide e risparmio
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: acquistasmart
Tags: blog, custom-colors, custom-logo, featured-images, full-width-template
*/

:root {
  --blue:       #0270E8;
  --blue-dark:  #0259B8;
  --blue-pale:  #E8F2FE;
  --teal:       #0FA7B2;
  --teal-dark:  #0C8A94;
  --teal-pale:  #E2F7F8;
  --gold:       #F4B81A;
  --gold-dark:  #C9960D;
  --gold-pale:  #FFFBEA;
  --navy:       #0F1F3D;
  --navy-light: #1A3260;
  --navy-mid:   #162B4D;
  --white:      #FFFFFF;
  --gray-50:    #F4F7FA;
  --gray-100:   #E8EDF4;
  --gray-200:   #D0D8E4;
  --gray-300:   #B0BCC8;
  --gray-500:   #6B7A8D;
  --gray-700:   #3A4556;
  --red:        #FF4C4C;
  --red-pale:   #FFF0F0;
  --radius-sm:  8px;
  --radius-md:  14px;
  --radius-lg:  20px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
