@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* Set Quicksand as the default font for the whole website */
:root {
    --bs-body-font-family: 'Quicksand', sans-serif;
}

/* Apply the font to all standard text elements */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
    font-family: 'Quicksand', sans-serif !important;
}
