@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif !important;
}

[data-next-badge] {
  display: none !important;
}


:root {
  --primary: #066A80;
  --primary-dark: #044F60;
  --accent: #C89B3C;
  --accent-dark: #9C7427;
  --secondary: #F8F5EE;
  --border: rgba(200, 155, 60, 0.25);
}

::-webkit-scrollbar {
  width: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8f0ff !important;
  border-radius: 10px !important;
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background: #057792 !important;
  border-radius: 10px !important;
}

/* Hover */
::-webkit-scrollbar-thumb:hover {
  background: #057792 !important;
}
