ideas-generator/privacy/style.css
2025-09-02 15:35:59 -05:00

18 lines
No EOL
409 B
CSS

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/* Set global styles for body, html elements */
body {
font-family: 'Montserrat', sans-serif;
color: #000;
}
/* Target specific elements if needed */
h1, h2, p {
color: #000;
}
h3 {
color: #000;
font-family: 'Montserrat', sans-serif;
font-weight: 800; /* Set h3 elements to extra bold *
}