/* css styles */
@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* All your other CSS rules go below this line */

body {
    font-family: "Asap Condensed", sans-serif; /* Set Asap Condensed as the global font */
    font-size: 16px; /* Example base font size */
    line-height: 1.6; /* Example line height */
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif; /* Ensure headings also use it */
    /* You might want to specify different font-weights for headings here, e.g., font-weight: 700; */
}