/**
 * Theme Name:     Sandgate Cash For Cars
 * Author:         Wonyx IT Solution
 * Template:       twentytwentyfive
 * Text Domain:	   sandgate-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=Bebas+Neue&display=swap');


/* ========================================
   GLOBAL LINKS
======================================== */

a {
    text-decoration: none !important;
}


/* ========================================
   PARAGRAPHS
======================================== */

p {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 15px;
}


/* ========================================
   ALL HEADINGS - BEBAS NEUE
======================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 15px;
}


/* ========================================
   HEADING SIZES
======================================== */

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}


/* ========================================
   SPECTRA BUTTONS
======================================== */

.wp-block-button__link,
.wp-element-button,
button,
input[type="submit"],
input[type="button"] {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 30px;
    border: none;
    border-radius: 5px;
    background-color: #168c35;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}


/* BUTTON HOVER */

.wp-block-button__link:hover,
.wp-element-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #0d5f26;
    color: #ffffff;
    transform: translateY(-2px);
}


/* ========================================
   SPECTRA ICON LIST
======================================== */

.uagb-icon-list,
.uagb-icon-list-text,
.uagb-icon-list__label,
.uagb-icon-list li,
.uagb-icon-list li a,
.icon-list,
.icon-list li,
.icon-list li a {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}


/* ========================================
   MOBILE RESPONSIVE
======================================== */

@media (max-width: 768px) {

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 21px;
    }

    h6 {
        font-size: 19px;
    }

    .wp-block-button__link,
    .wp-element-button,
    button,
    input[type="submit"],
    input[type="button"] {
        font-size: 17px;
        padding: 12px 24px;
    }

    p,
    .uagb-icon-list-text,
    .uagb-icon-list__label {
        font-size: 17px;
    }
}
























