body {
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  --base-color: #838694;
  --heading-color: #1b1f2e;
  --primary-color: #E9890C;
  --secondary-color: #00aaaa;
  --lighter-color: #f7f7f9;
}

/*** Preloader style ** */
.preloader .custom-loader {
    width: 55px;
    aspect-ratio: 1;
    --c: conic-gradient(from -90deg, #F9AA25 90deg, #0000 0);
    background: var(--c), var(--c);
    background-size: 40% 40%;
}

select {
	overflow-y: auto !important;
}


a {
}

a:hover {
}
