/* MESINSLOTBUAH skin — fruit-slot palette + self-hosted type (differentiate from source theme) */
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/poppins-400.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/poppins-500.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/poppins-600.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/poppins-700.woff2') format('woff2');}
@font-face{font-family:'Rajdhani';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/rajdhani-600.woff2') format('woff2');}
@font-face{font-family:'Rajdhani';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/rajdhani-700.woff2') format('woff2');}

:root{ --msl:#ff2d55; --msl-2:#e11d62; --msl-d:#b8123f; --msl-lite:#ff8fa8; }

/* ---- fonts ---- */
body, .btn, button, input, select, textarea, p, span, div, a, li, td, th, label,
.top-menu, .game-name, .footer-links, .contact-list, .site-description{
  font-family:'Poppins', Arial, Helvetica, sans-serif !important;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.modal-title,
.container-title span,.section-title,.sports-platform-title,.footer-section-title,
.popular-game-title-container span,.jackpot-winner-title,.download-apk .h2{
  font-family:'Rajdhani','Poppins',sans-serif !important; font-weight:700 !important; letter-spacing:.4px;
}
.site-description h1,.site-description h2{font-family:'Rajdhani','Poppins',sans-serif !important;}

/* ---- fruit-red accent recolor (chrome only, not game art) ---- */
.btn-primary, input[type="submit"].btn-primary, .standard-primary-button,
.register-button, .telegram-btn, #popup_modal_confirm_button, #popup_modal_dismiss_button{
  background:linear-gradient(180deg,#ff2d55 0%,#b8123f 100%) !important;
  border:1px solid #e11d62 !important; color:#fff !important; box-shadow:0 4px 18px rgba(225,29,98,.35) !important;
}
.btn-primary:hover, .register-button:hover, .standard-primary-button:hover{ filter:brightness(1.08); }
.login-button{ color:#ffd9e2 !important; border:1px solid rgba(255,45,85,.6) !important; }
.login-button:hover{ color:#fff !important; background:rgba(225,29,98,.18) !important; }

/* accent text (gold -> fruit-pink) */
.footer-section-title, .container-title span, .section-title,
.sports-platform-title span, .jackpot-winner-title, .popular-game-title-container .container-title span,
.announcement-container [data-section="title"], .download-apk .h2 strong, .site-info-img-header h4{
  color:var(--msl-lite) !important;
}
.winner-amount{ color:#ffc2ce !important; }

/* menu + links */
.top-menu > li[data-active="true"] > a, .top-menu > li > a:hover,
.footer-links li a:hover, .contact-list a:hover, a.powered-by-link:hover{ color:var(--msl-lite) !important; }
.site-description a{ color:var(--msl-lite) !important; }

/* subtle fruit framing */
.topbar-container{ border-bottom:1px solid rgba(255,45,85,.25); }
.site-header{ border-bottom:2px solid rgba(225,29,98,.35); }
.banner-carousel .banner-img{ border:1px solid rgba(255,45,85,.30); border-radius:10px; }
.nav-btn img{ filter:hue-rotate(305deg) saturate(1.25); }
.language-selector-trigger, .search_popup_button{ filter:hue-rotate(305deg) saturate(1.15); }

/* register/login modal accents */
.modal-title{ color:var(--msl-lite) !important; }
.register-page-link a{ color:var(--msl-lite) !important; }
