/* ==========================================
   UNIQUELI MADE CO TYPOGRAPHY
   Cormorant Garamond + Poppins
========================================== */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');


/* BODY TEXT */

body,
p,
li,
span,
input,
textarea,
select,
button {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #444444;
}


/* MAIN HEADINGS */

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #111111;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 18px;
}

h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #111111;
    margin-bottom: 15px;
}

h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
}

h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
}


/* HERO TITLE */

.hero-title,
.wp-block-cover h1 {
    font-size: clamp(48px, 7vw, 72px);
    line-height: 1.05;
    font-weight: 700;
}


/* SECTION HEADINGS */

.section-title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 25px;
}


/* NAVIGATION */

.main-navigation a,
.wp-block-navigation-item__content {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
}


/* BUTTONS */

button,
.wp-element-button,
.wp-block-button__link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 50px;
    padding: 14px 28px;
}


/* FOUNDER BIO */

.founder-bio,
.about-text {
    font-size: 19px;
    line-height: 1.9;
    max-width: 700px;
}


/* BLOG TITLES */

.wp-block-post-title,
.blog-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 600;
}


/* PRODUCT TITLES */

.woocommerce ul.products li.product h2,
.product-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
}


/* QUOTES */

blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.5;
    font-style: italic;
    color: #0f766e;
}


/* MOBILE OPTIMIZATION */

@media (max-width: 768px) {

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

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    .hero-title {
        font-size: 46px;
    }
}