<style>/*
Theme Name: JEDA Web Design - Hello Elementor Child
Description: Custom child theme for seasaltrentals.com performance optimizations.
Author: JEDA Web Design
Template: hello-elementor
Version: 1.0.0
*/
/* --- FUENTES LOCALES OPTIMIZADAS --- */

/* Poppins Extra Light (200) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap; 
    src: url('./fonts/poppins-v24-latin-200.woff2') format('woff2');
}
/* Poppins Normal (300) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./fonts/poppins-v24-latin-300.woff2') format('woff2');
}

/* Poppins Bold (700) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./fonts/poppins-v24-latin-700.woff2') format('woff2');
}


/* Playfair Display Normal */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}</style>