/* Add any custom styles here if needed */

/* Global font override - Open Sans font is loaded in layout */
html, body {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
}



/* Example: Custom link colors */
/*
a {
  color: #0066cc;
}

a:hover {
  color: #003366;
}
*/
