@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* ACE Design System — Global Typography */
/* Replace Montserrat with the official ACE font if different */

html {
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: inherit;
  color: #333333;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
}

/* Links */
a {
  color: #0056A6;
  text-decoration: none;
}

a:hover {
  color: #E87722;
  text-decoration: underline;
}

/* Form elements */
input, button, select, textarea {
  font-family: inherit;
}
