/*/* ================================
   FONT-FACE: Caricamento font locali
   (Sostituisci gli URL con i tuoi reali)
================================= */
@font-face {
    font-family: 'O Relega One';
    src: url('https://tuosito.it/wp-content/uploads/fonts/ORelegaOne.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: '42 Dot Sans';
    src: url('https://tuosito.it/wp-content/uploads/fonts/42DotSans.woff2') format('woff2');
    font-display: swap;
}

/* Roboto Mono da Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

/* ================================
   FONT ASSIGNMENTS GLOBALI
================================= */

/* Titolo H1 - O Relega One */
h1,
.elementor-widget-heading h1,
.elementor-heading-title.elementor-size-default.h1,
h1.elementor-heading-title {
    font-family: 'O Relega One', serif !important;
}

/* Titolo H2 - 42 Dot Sans */
h2,
.elementor-widget-heading h2,
.elementor-heading-title.elementor-size-default.h2,
h2.elementor-heading-title {
    font-family: '42 Dot Sans', sans-serif !important;
}

/* Testo - Roboto Mono */
body,
p,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-container,
.elementor-widget,
.elementor-section,
.elementor-column,
span,
li,
a {
    font-family: 'Roboto Mono', monospace !important;
}
