@font-face { 
font-family: "Oswald"; 
font-display: swap; 
src: url('https://ligna.es/wp-content/uploads/2025/04/Oswald.ttf') format('woff2'), 
font-weight: 100 900; 
font-style: normal; } 

@font-face { 
font-family: "Oswald-en"; 
font-display: swap; 
src: url('https://lignawooddesign.com/wp-content/uploads/2025/04/Oswald.ttf') format('woff2'), 
font-weight: 100 900; 
font-style: normal; } 



@font-face { 
font-family: "Oswald-fr"; 
font-display: swap; 
src: url('https://lignawooddesign.fr/wp-content/uploads/2025/04/Oswald.ttf') format('woff2'), 
font-weight: 100 900; 
font-style: normal; } 


html[lang="en-US"] * {
    font-family: "Oswald-en" !important;
}


html[lang="fr-FR"] * {
    font-family: "Oswald-fr" !important;
}


html[lang="es-ES"] *, html[lang="cat"] * {
    font-family: "Oswald" !important;
}
