/*
Theme Name: Smart Theme
Theme URI: https://smart-allestimenti.local
Author: Smart Allestimenti
Author URI: https://smart-allestimenti.local
Description: Tema custom modulare per il sito Smart Allestimenti.
Version: 1.0.0
Text Domain: smart-theme
*/

:root {
  --smart-black: #060706;
  --smart-white: #f6f5f5;
  --smart-red: #df2029;
  --smart-yellow: #f5e608;
  --smart-blue: #246bb9;
  --smart-cyan: #099bd2;
  --smart-teal: #139ea7;
  --smart-violet: #9430a9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--smart-white);
  background: var(--smart-black);
}
