/*
Theme Name: Storia per Tutti Feed
Theme URI: https://storiapertutti.it
Author: Storia per Tutti Team
Version: 4.0.0
Requires PHP: 8.0
Text Domain: storiapertutti
Description: Tema TikTok-style per storie. Reazioni e Live Chat ad accesso ESCLUSIVO per UTENTI REGISTRATI/LOGGATI. Live Chat Cross-Device reale (Realtime polling DB).
*/

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

html, body {
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}