/*
Theme Name: ARGYROS NANO
Theme URI: https://argyrosnano.com
Author: ARGYROS NANO Greece
Author URI: https://argyrosnano.com
Description: Official theme for ARGYROS NANO e-shop. Pure Colloidal Silver — Made in Greece.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Private
Text Domain: argyrosnano
WC requires at least: 8.0
WC tested up to: 9.0
*/

:root {
  --bg:     #05070a;
  --bg2:    #080b10;
  --panel:  #0c1018;
  --border: #18222e;
  --gold:   #c9a96e;
  --gold2:  #e8cc90;
  --gold3:  #8a6a3a;
  --nano:   #38c8ff;
  --nano2:  #0a90cc;
  --text:   #ccdae8;
  --muted:  #4a5e6e;
  --dim:    #1e2e3e;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { background:var(--bg); color:var(--text); font-family:'Space Grotesk',sans-serif; overflow-x:hidden; }
a { color:var(--gold); text-decoration:none; transition:color .2s; }
a:hover { color:var(--nano); }
img { max-width:100%; height:auto; }
