/* Project-wide font settings */

/* Load Poppins from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --font-sans: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
label,
span,
div,
p,
li,
a,
small,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-sans) !important;
}

