/* ============================================================
   CARGURU FRONTEND FONT + BRAND THEME — v2.47.13
   Scope: public frontend webpages only.
   Loaded only by index.php and partials/header.php; Admin and
   Inspector screens are intentionally not linked to this file.
   ============================================================ */

@font-face{
  font-family:'DS-Digital';
  src:local('DS-Digital'), local('DS Digital'), local('DS-Digital Italic'), local('DS Digital Italic');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

body.landing-ui-body,
body.cg-frontend-page{
  --cg-font-body:'Inter','Roboto Flex',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --cg-font-heading:'Lexend Deca','Inter',sans-serif;
  --cg-font-display:'Gabarito','Lexend Deca',sans-serif;
  --cg-font-timer:'DS-Digital','DS Digital','Digital-7',monospace;
  --font-display:'Rajdhani','Gabarito','Lexend Deca',sans-serif;
  --cg-black:#000000;
  --cg-white:#FFFFFF;
  --cg-magenta:#FD0141;
  --cg-red-orange:#FD516D;
  --cg-timer-gold:#FFBD00;
  --cg-dark-gray:#111827;
  --cg-medium-gray:#9CA3AF;
  --cg-light-gray:#D1D5DB;
  --cg-border-gray:hsl(0 0% 88%);
  --cg-hero-yellow:#FFBD00;
  --cg-footer-red:#B7000E;
  --cg-page-gray:hsl(0 0% 97%);
  --cg-help-green:#22c55e;
  font-family:var(--cg-font-body);
  color:var(--cg-black);
  background:var(--cg-page-gray);
  font-size:14px;
  line-height:1.45;
}

body.landing-ui-body *,
body.cg-frontend-page *{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body.landing-ui-body button,
body.landing-ui-body input,
body.landing-ui-body select,
body.landing-ui-body textarea,
body.cg-frontend-page button,
body.cg-frontend-page input,
body.cg-frontend-page select,
body.cg-frontend-page textarea{font-family:var(--cg-font-body);}

.digital-font,
body.landing-ui-body .countdown-value,
body.landing-ui-body .cg-stat-value,
body.cg-frontend-page .countdown-value,
body.cg-frontend-page .cg-bid-preview-main-value,
body.cg-frontend-page .cg-bid-photo-countdown-value{
  font-family:var(--cg-font-timer) !important;
  letter-spacing:.05em;
}

/* v2.47.17 — Attached Carguru stylesheet token alignment */
body.landing-ui-body,
body.cg-frontend-page{
  --cg-brand-yellow:#FFBD00;
  --cg-header-yellow:#f2c648;
  --cg-red-gradient-start:#FD0141;
  --cg-red-gradient-end:#FD516D;
  --cg-active-red:#DC2626;
  --cg-footer-red:#B7000E;
  --cg-footer-bar:#FBC000;
  --cg-price-red:#DC2626;
  --cg-dark-text:#111827;
  --cg-mid-grey:#9CA3AF;
  --cg-dark-divider:#374151;
  --cg-font-body:'Inter','Roboto Flex',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --cg-font-heading:'Lexend Deca','Inter',sans-serif;
  --cg-font-display:'Gabarito','Lexend Deca',sans-serif;
  --cg-font-timer:'DS-Digital','DS Digital','Digital-7',monospace;
  --font-display:'Rajdhani','Gabarito','Lexend Deca',sans-serif;
}
