/* Import DM Sans from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* Apply to the entire page */
body, h1, h2, h3, h4, h5, h6, p, a, .component-name, .status-type, .incident-title {
    font-family: 'DM Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Optional: Adjusting button weights for branding consistency */
.btn, #subscribe_button {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500;
}