/* SQ Lenssens & Partners - Local Fonts
   Mirrors the live sqlawoffices.com font request:
   Lato 400/700 (body, buttons, h5/h6) + Playfair Display 700 (h1-h4).
   Live site loads no italic face — italics render synthesized, same as live. */

@font-face {
    font-family: 'Lato';
    src: url('lato/lato-400-latin.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato/lato-700-latin.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/playfair-display-700-latin.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
