/** Shopify CDN: Minification failed

Line 18:0 All "@import" rules must come first

**/
/* =========================
   FONTS
========================= */

@font-face {
  font-family: "Brittany";
  src: url("//www.taylormadeidesigns.com.au/cdn/shop/files/BrittanySignatureScript.woff2?v=18161093269514980773") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* Google Font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


/* =========================
   GLOBAL STYLES
========================= */

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
}


/* =========================
   HEADINGS (YOUR BRAND)
========================= */

h1, h2, h3, .h1, .h2, .h3 {
  font-family: 'Brittany', cursive;
  font-weight: normal;
  letter-spacing: 1px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}


/* =========================
   BODY TEXT
========================= */

p, span, li, a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}


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

button,
.button,
.btn,
.shopify-payment-button__button {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* =========================
   HEADER / NAVIGATION
========================= */

.header__menu-item,
nav a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* =========================
   PRODUCT TITLES
========================= */

.card__heading,
.product__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}


/* =========================
   PRICE STYLING
========================= */

.price {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}


/* =========================
   HERO TEXT (MAKE IT POP)
========================= */

.banner__heading {
  font-family: 'Brittany', cursive;
  font-size: 60px;
}


/* =========================
   CTA SECTIONS
========================= */

.tmd-cta h2 {
  font-family: 'Brittany', cursive;
  font-size: 42px;
}


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

@media (max-width: 768px) {
  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  .banner__heading { font-size: 40px; }
}