/* Default tenant theme — uses Velzon defaults for colour, but enforces a single uniform font
   across the entire application so the user doesn't see a Poppins/hkgrotesk mix. */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --vz-font-sans-serif: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

body,
h1, h2, h3, h4, h5, h6,
.navbar-menu .navbar-nav .nav-link,
.navbar-menu .navbar-nav .nav-sm .nav-link,
.ff-base, .ff-secondary,
.swal2-popup, .swal2-title, .swal2-html-container,
.dropdown-menu,
.form-control, .btn,
input, select, textarea, button {
    font-family: var(--vz-font-sans-serif) !important;
}
