/*
Theme Name: SMA TV Display Theme
Theme URI: https://sma.point2point.it/
Author: Team Antigravity
Description: Tema WordPress personalizzato per monitor TV e Digital Signage con griglia medici, slide promozionali ed ANSA news ticker.
Version: 1.0.0
Text Domain: sma-tv-theme
*/

/* Reset & CSS Variables */
:root {
  --primary-color: #0056b3;
  --secondary-color: #00a8cc;
  --dark-bg: #0f172a;
  --card-bg: rgba(255, 255, 255, 0.95);
  --text-dark: #1e293b;
  --text-light: #f8fafc;
  --ticker-bg: #0b1329;
  --accent-color: #22c55e;
}

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

body,
html {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  background-color: var(--dark-bg);
  color: var(--text-dark);
}
