/* 
CSS for the normal weight and style file for a custom font.
Attempts to load the file locally first.
Use the line that loads a woff2 version of the font if you have the required file,
or else delete that line and just use the woff file loading line.
Uses font-display:swap; to help the loading process.
*/
@font-face {
     font-family: 'Laca-Bold-Italic';
     src: url('/wp-content/uploads/2025/08/Laca-Bold-Italic.otf');
}
  @font-face {
     font-family: 'Laca-Bold';
     src: url('/wp-content/uploads/2025/08/Laca-Bold.otf');
}
@font-face {
     font-family: 'Laca-Black-Italic';
     src:url('/wp-content/uploads/2025/08/Laca-Black-Italic.otf');
} 
@font-face {
     font-family: 'Laca-Black';
     src: url('/wp-content/uploads/2025/08/Laca-Black.otf');
}
  