:root {
  --primary_color: #d96b3b;
  --secondary_color: #397f78;
  --third_color: #d800db;
  --primary_font: 'Roboto', sans-serif;
  --primary_color_font: #397f78;
  --secondary_font: 'Lora', sans-serif;
  --secondary_color_font: #243331;
  --preloader_background_color: #b5dee8;
  --preloader_font: 'Inter', sans-serif;
  --preloader_font_color: #ffffff;
  --general_border_radius: 15px;
}
html { scrollbar-color: #2ea4ff transparent; scrollbar-width: thin; }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #2ea4ff, #b29ffe); border-radius: 0; }
html, body { cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2231%22%20viewBox%3D%220%200%2031%2031%22%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2215.5%22%20r%3D%2213.5%22%20fill%3D%22none%22%20stroke%3D%22%23ee7411%22%20stroke-width%3D%221.5%22%20opacity%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2215.5%22%20r%3D%225.1666666666667%22%20fill%3D%22%23ee7411%22%2F%3E%3C%2Fsvg%3E") 15.5 15.5, auto !important; }
input, textarea, select, [contenteditable], [contenteditable] * { cursor: auto !important; }
.general-wrapper.general-topbar { position: relative !important; z-index: 9999 !important; }
.header-wrapper .main-header { z-index: 9999 !important; }
