/**
 * Theme Name:     Danger Cash For Cars
 * Author:         Wonyx IT Solution
 * Template:       twentytwentyfive
 * Text Domain:	   danger-cash-for-cars
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

/* ==========================================
   GOOGLE FONTS
========================================== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=DM+Sans:wght@400;500;700&display=swap');

/* ==========================================
   RESET
========================================== */
html,
body{
    width:100%;
    overflow-x:hidden;
    margin:0;
    padding:0;
}

/* ==========================================
   TYPOGRAPHY
========================================== */
body,
p,
li,
select{
    font-family:'DM Sans',sans-serif;
    font-size:17px;
    font-weight:500;
    line-height:1.7;
    color:#222;
}

a{
    text-decoration:none;
}

/* ==========================================
   HEADINGS
========================================== */
h1,
h2,
h3,
h4,
h5,
h6{
    font-family:'Space Grotesk',sans-serif;
    font-weight:800;
    text-transform:uppercase;
    line-height:1.2;
    letter-spacing:-0.5px;
    margin-top:0;
}

h1{
    font-size:60px;
}

h2{
    font-size:40px;
}

h3{
    font-size:22px;
}

h4{
    font-size:20px;
}

h5{
    font-size:17px;
}

/* ==========================================
   BUTTON FONT ONLY
   (No layout changes)
========================================== */
button,
.wp-block-button__link,
.elementor-button,
input[type="submit"],
input[type="button"],
a.button,
.btn{
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;
    text-transform:uppercase;
}

/* ==========================================
   MOBILE MENU BUTTON
========================================== */
button.wp-block-navigation__responsive-container-open,
button.wp-block-navigation__responsive-container-close{
    background:#DA191B;
    color:#fff;
    padding:7px;
    border-radius:10px;
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width:991px){

    h1{
        font-size:44px;
    }

    h2{
        font-size:34px;
    }

}

@media (max-width:767px){

    h1{
        font-size:30px;
    }

    h2{
        font-size:28px;
    }

    h3{
        font-size:20px;
    }

    h4{
        font-size:18px;
    }

    h5{
        font-size:16px;
    }

    body,
    p,
    li{
        font-size:16px;
    }
	
	
}


html, body {
    overflow-x: hidden;
    width: 100%;
}

a {text-decoration:none !important;}




