/* Custom CSS to fix font family issues */
body {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif \!important;
}

h1, h2, h3, h4, h5, h6, .site-title, .wc-block-grid__product-title, .checkout .recurring-totals > th {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif \!important;
}

/* Ensure Lato font is properly loaded */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
