/* Apply Roboto to entire website */
body {
    font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', system-ui, sans-serif !important;
    font-weight: 500;
}

/* Text content */
p, span, li, blockquote {
    font-family: 'Roboto', system-ui, sans-serif !important;
    line-height: 1.7;
}

/* Buttons & form elements */
button, input, textarea, select {
    font-family: 'Roboto', system-ui, sans-serif !important;
}
