@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;0,800;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

:root {
  --mainColor: #206785;
  --bgColor: #bde6f8;
  --fontColor: #544d54;
  --fontColorDark: #232323;
  --dark: #171717;
  --text: #e348a9;
}
body{
  text-decoration: none;
  overflow-x: hidden;
}

/* scroll-bar */

body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #bde6f8;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background:  #206785;
}