/* 1. Import the Google Font directly into the CSS file */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap');

/* 2. Apply the font globally to all elements */
* {
    font-family: 'Quicksand', 'Segoe UI', sans-serif !important;
}