/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com/
Description:  A child theme for GeneratePress
Author:       FreedomMedia
Author URI:   https://freedommedia.com/
Template:     generatepress
Version:      1.0.0
Text Domain:  generatepress-child
*/

/* =============== GLOBAL RESETS =============== */


@font-face {
  font-family: 'Sora';
  src: url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Sora-Regular.woff2') format('woff2'),
       url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Sora-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Sora';
  src: url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Sora-SemiBold.woff2') format('woff2'),
       url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Sora-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Sora';
  src: url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Sora-Bold.woff2') format('woff2'),
       url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Sora-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Sora';
  src: url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Sora-ExtraBold.woff2') format('woff2'),
       url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Sora-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Inter';
  src: url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Inter18pt-Regular.woff2') format('woff2'),
       url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Inter18pt-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Inter18pt-Medium.woff2') format('woff2'),
       url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Inter18pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
       url('https://crystalclearcarcleaning.com/wp-content/uploads/fonts/Inter18pt-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



  :root{
    --bg:#050608;
    --bg-soft:#0c0f14;
    --panel:#10141b;
    --line:#1c2230;
    --text:#eef2f7;
    --muted:#9aa6b8;
    --blue:#2e8bff;
    --blue-bright:#4da3ff;
    --blue-glow:rgba(46,139,255,.35);
    --radius:16px;
    --maxw:1160px;
  }

  *{box-sizing:border-box;margin:0;padding:0}

  html{scroll-behavior:smooth}

  body{
    background:var(--bg);
    color:var(--text);
    font-family:'Inter',system-ui,sans-serif;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }

  a{color:inherit;text-decoration:none}

  img{max-width:100%;display:block}

  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}

  h1,h2,h3,h4,h5,h6{font-family:'Sora',sans-serif;line-height:1.1;letter-spacing:-.02em}

  .accent{color:var(--blue-bright)}

  ul {
    margin-left: 0;
    margin-right: 0;
}


  .container.grid-container {
    max-width: 100%;
}

  .site-content {
    display: block;
}

  @media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    *{animation:none!important;transition:none!important}
  }