/* ==========================================================================
   LACAK.IO STYLE — SITE-WIDE base (theme design tokens)
   Purpose : the techwix theme defines its whole default look (buttons,
             headings, body text, blog archive, search, 404, etc.) through
             CSS custom properties set inline in <head> (see
             #techwix-main-inline-css). Overriding those tokens here gives
             every page/template NOT already covered by a page-specific
             override (Blog archive, single blog posts, search, 404, and
             any future page) the same lacak.io-aligned base look, with
             zero extra per-page work.
   Scope   : loaded on EVERY page, unconditionally. Uses !important on each
             variable so load order in <head> can't matter.
   Note    : this does NOT touch the page-specific overrides already added
             for the homepage / Solusi pages / Fitur / Harga / Tentang
             Kami — those target far more specific selectors and keep
             winning regardless of what happens here.
   Revert  : delete this file and its enqueue line in
             lacak-style-preview.php.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');

:root {
  --techwix-primary-color: #17A0D9 !important;
  --techwix-primary-color-alt: #3CBEAF !important;
  --techwix-color-secondary: #1E293B !important;
  --techwix-color-01: #3CBEAF !important;
  --techwix-color-btn-bg: #17A0D9 !important;
  --techwix-color-btn-border: #17A0D9 !important;
  --techwix-color-btn-bg-hover: #1E293B !important;
  --techwix-color-btn-border-hover: #1E293B !important;
  --techwix-color-border: #E2E8F0 !important;
  --techwix-color-body: #475569 !important;
  --techwix-color-shade: #F0F5FA !important;
  --techwix-font-primary: 'Figtree', sans-serif !important;
  --techwix-font-secondary: 'Figtree', sans-serif !important;
}

#preloader_two .preloader_two span {
  background: #17A0D9 !important;
}

body, p, li, span, a {
  font-family: 'Figtree', 'Barlow', sans-serif;
}
[class*="flaticon-"], [class*="fa-"], .fa, i.flaticon, .elementor-icon i {
  font-family: inherit;
}
