baic/privacy/style.css
2025-11-19 11:38:48 -06:00

18 lines
410 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 *
}