/* Global stylesheet for Suara Agape Funeral Services */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

/* Font display swap for performance */
@font-face {
  font-family: 'Cinzel';
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-display: swap;
}

/* Base resets */
a, button {
  touch-action: manipulation;
}
