/* Strict Minimalist and Professional styling override */
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #FFFFFF;
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* Override any default outlines or shadows to enforce complete flatness */
* {
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Custom scrollbar matching the theme */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background: #222222;
}
