/**
 * Theme Name: Marteluna
 * Description: Blocksy Child theme
 * Author: La DA.MA Shila
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Registrazione corretta per font WOFF2 */
@font-face {
    font-family: 'Darcey Oliver';
    src: url('fonts/DarceyOliver-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Applicazione ai titoli e alla classe personalizzata */
.corsivo {
    font-family: 'Darcey Oliver', cursive !important;
}