/**
 * Custom CSS for AltroStile YOOtheme Child Theme
 *
 * @version     1.0.1
 * @author      AltroStile (Ecosistema per il Benessere)
 * @date        24 luglio 2025
 *
 * Questo file contiene le personalizzazioni CSS.
 * Viene caricato automaticamente da YOOtheme Pro ed è sicuro dagli aggiornamenti.
 */

/* ========================================================================
   1. DICHIARAZIONE DEL FONT PERSONALIZZATO (SALOME)
   ======================================================================== */

@font-face {
  font-family: 'Salome';
  src: url('../fonts/salome-webfont.woff2') format('woff2'),
	   url('../fonts/salome-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ========================================================================
   2. REGISTRAZIONE DEL FONT PER IL CUSTOMIZER DI YOOTHEME
   ======================================================================== */

/* Questo codice rende il font 'Salome' disponibile nel pannello STYLE */
[data-font="salome-custom"] {
  font-family: 'Salome';
}