
  @import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Cinzel:400,700&display=swap');

  body {
  font-family: 'Lora', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', serif;
  }

  h1 {
  font-size: 34px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 26px;
  }

  h4 {
  font-size: 21px;
  }

  h5 {
  font-size: 18px;
  }

  h6 {
  font-size: 16px;
  }

  body {
  font-size: 15px;
  }

  body,
  .product-usps li,
  .stock-message {
  color: var(--gray-500);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--gray-500) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--primary-400) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--primary-500) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--primary-400) !important;
  color: #fff !important;
  }

  .btn:hover,
  .wpcf7-submit:hover,
  .woocommerce span.onsale:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  [type="submit"]:hover,
  .nf-form-content input[type=submit]:hover
  {
  background: var(--primary-500) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--primary-300) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--primary-500) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--primary-400) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--primary-300) !important;
  color: #fff !important;
  }

  div.phone a.phone, div.email a.email i {
  color: #fff !important;
  }

  div.phone a.phone:hover, div.email a.email:hover {
  background: var(--primary-500) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--primary-300);
  border-color: var(--primary-300);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--primary-300) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--primary-300) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  }

  .img-responsive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }







  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 285px;
  }
  header > div.wrapper.above {
  min-height: 435px;
  }

  header div.header div.holder {
  height: 185px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--primary-300); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, .5) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, .5) !important;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  }

  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
  color: var(--primary-300) !important;
  }
  }


  section.featured div.wrapper {
  margin-top: 60px;
  }





  header div.header {
  text-align: center;
  }

  header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-bottom: 1px solid var(--primary-400);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse ul.navbar-nav li a, header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
  color: var(--primary-400) !important;
  }
  }


  header div.header div.contact i {
  color: var(--primary-400);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: right;
  }
  }

  section.featured div.item p,
  section.news div.item p {
  color: var(--gray-500) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--primary-400) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--primary-300) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--primary-400);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--primary-500) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: var(--gray-500) !important;
  }

  section.prices table tr td a {
  color: var(--gray-500) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--gray-500) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--primary-300);
  }

  @media only screen and (min-width : 1400px) {
  .container {
  width: 1370px;
  }
  }
  .cw * {
color: #fff !important;
}




  .home .hero-image img {
    filter: brightness(0.7);
  }
.video-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* Andere styling zoals nodig */
}
.content-in-filmpie {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 100%;
}


section.intro {
  background-position: center;
}

.row__column--centered.row__column--relative {
  position: relative;
}
.row__text {
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 50%;
  transform: translate(50%, 50%);
  color: #fff;
  font-size: var(--font-lg);
  text-align: center;
  width: 100%;
}

.row--3-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-400);
}
.row__image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 450px;
outline: 2px var(--primary-100) solid;
  outline-offset: 8px;
  border: 1px solid var(--primary-100);
  object-position: center;
}

.specialwrap {
  padding: var(--spacing-200);
  background: var(--background-darker);
  border: 1px solid var(--primary-500);
  border-radius: 25px 0 0 25px;
    margin: var(--spacing-100);
  height: 100%;
  scroll-margin-top: 200px;
}


.faq-question br {
    display: none;
}


html, body {
  overflow-x: hidden;
}

.hero-image {
    position: relative;
  }

.btn.btn-primary.wit, .btn.btn-secondary.wit  {
  color: #fff !important;
  border-color: #fff !important;
}

.star-dos {
  max-width: 50px;
  margin-bottom: var(--spacing-100);
}

.star-dos path {
  fill: var(--primary-200);
}

.home .faq-question {
  justify-content: center;
}

header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a {
  letter-spacing: 1px;
  font-size: var(--font-sm);
  text-transform: uppercase;
}

.faq-item {
  border-radius: 25px 3px 25px 3px !important;
}
.rimg.rimg--fill {
/*  border-radius: 25px 3px 25px 3px !important;*/
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

hundefined {
  display: none;
}


.faq-answer {
    display: none;
}

#doanddont {
  scroll-margin-top: 200px;
}

.review {
  margin-top: var(--spacing-150);
}

.faq-item {
  border: 1px solid var(--primary-300);
outline: 1px solid var(--primary-300);
  outline-offset: 1.8px;
  margin: var(--spacing-150);
}

.faq-question {
font-size: var(--font-lg);
  padding: var(--spacing-100) var(--spacing-100) 0 var(--spacing-100);
}

.faq-question {
  display: flex;
  gap: 1rem;
}

.faq-question {
    cursor: pointer;
}

footer div.column > h4 {
  border-bottom: 0px solid var(--primary-400);
}

footer, .footer-cta.center::after, .author {
  background: var(--gray-1) !important;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, .modal__container, .footer-cta-box, .rimg, [type="submit"] {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.text-container {
  max-width: 45em;
  display: block;
  margin: 0 auto;
}

.wrapper.dynamic_sticky_menu.sticky_header {
  min-height: 175px;
}

.hero-image img {
  outline: 2px var(--primary-100) solid;
  outline-offset: -10px;
  border: 1px solid var(--primary-100);
  object-fit: cover;
}

.review-person {
  display: flex;
  gap: var(--spacing-200);
  justify-content: start;
  align-items: center;
  margin-top: var(--spacing-100);
}

header > div.wrapper.sticky_menu.sticky_header .header {
  box-shadow: none;
}

.review-name {
  color: var(--secondary-800);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: var(--font-sm);
}

.review-stars {
  display: flex;
  gap: var(--spacing-25);
  margin-bottom: var(--spacing-100);
  color: var(--primary-600);
}
.review-person img {
  width: 75px;
  height: 75px;
  border-radius: 100%;
}

.bordered-img img {
display: block;
 /* border-radius: 50% 50% 0 0;*/
  object-fit: cover;
  object-position: center;
  height: 570px;
  width: 480px;
  margin: 1rem auto;
  outline: 2px var(--primary-100) solid;
  outline-offset: 8px;
  border: 1px solid var(--primary-100);
  transition: 0.5s ease-in-out;
  filter: brightness(0.8);
}

.intro.text.block3 {
  overflow: hidden;
}

.p-relative {
position: relative;
}

.cta {
  text-align: left;
}

.cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--spacing-200);
  align-items: baseline;
}
.cta-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: var(--spacing-150);
}
.btn.btn-secondary {
  border: none !important;
  border-bottom: 1px solid var(--primary-500) !important;
}
  section.scroll-trigger {
    position: relative;
    overflow: hidden;
  }


section {
    transition: background-color 0.5s ease; /* Aanpasbare overgangstijd en -type */
}
.border-container {
width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.border-with-dots {
  border-top: 2px solid var(--secondary-100);
  width: 100%;
  position: absolute;
  opacity: 0.4;
}


.dots {
    display: flex;
    justify-content: center;
    position: absolute; /* Positie van de bolletjes in het midden van de border */
    top: -5px; /* Verplaatst de bolletjes een beetje naar boven zodat ze in het midden van de border zitten */
}


.dot {
width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 0;
  margin: 0 7px;
}


.black-background .dot {
  background-color: var(--gray-1);
}


.image-col img {
  display: block;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  height: 570px;
  width: 480px;
  margin: 0 auto;
outline: 0px var(--primary-400) solid;
  outline-offset: 0px;
  border: 0px solid var(--primary-400);
transition: var(--transition-speed);
}

.black-background  .image-col img {
  display: block;
 /* border-radius: 50% 50% 0 0;*/
  object-fit: cover;
  object-position: center;
  height: 570px;
  width: 480px;
  margin: 1rem auto;
outline: 2px var(--primary-100) solid;
  outline-offset: 8px;
  border: 1px solid var(--primary-100);
transition: 0.5s ease-in-out;
  filter: brightness(0.8);
}



.black-background {
  background-color: var(--gray-1);
  color: var(--gray-7) !important;
}
.black-background  h1 {
  color: var(--gray-9) !important;
}

.btn {
  padding: var(--spacing-75) var(--spacing-300);
  border-radius: var(--border-radius) !important;
  transition: var(--transition-speed);
  background: none !important;
  border: 1px solid var(--primary-400);
  color: var(--primary-400) !important;
font-size: var(--font-sm);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: var(--spacing-300);
}
.btn:hover {
  background: var(--secondary-100) !important;
  border-color: var(--secondary-100) !important;
  font-weight: bold;
  box-shadow: inset 5px 5px 15px hsla(32.3, 31.2%, 75.5%, 0.54);
  backdrop-filter: blur(30px);
  letter-spacing: 1px;
  border: 1px solid var(--secondary-100) !important;
  transform: scale(0.95);
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 0.3fr 0.5fr 1fr;
  gap: 15px 15px;
  grid-auto-flow: row dense;
  overflow: hidden;
min-height: 720px;
  height: 70vh;
}
.hero-heading h1 {
  font-size: var(--spacing-400);
  z-index: 2;
  position: relative;
  margin: 0;
}

.hero-heading { grid-area: 2 / 2 / 3 / 6;
  z-index: 1;
}

.hero-image { grid-area: 1 / 4 / 5 / 10; }

.hero-content {   grid-area: 3 / 2 / 5 / 4; }

.hero-content {
  height: 100%;
}
.hero-wrapper .btn.btn-primary {
  margin-top: var(--spacing-100);
}

.full-header .container {
  padding: 0;
  width: 100%;
  top: -75px;
  position: relative;
  overflow: hidden;
background-color: var(--background-light);
}
.hero-title-deco {
  position: absolute;
  bottom: -80px;
  left: -10px;
  font-size: var(--spacing-2400);
  line-height: 1;
  font-weight: bold;
  font-family: 'Italiana', sans-serif;
  color: var(--primary-100);
}


h1 {
    font-size: var(--font-4xl); /* 36px */
    line-height: 1.1; /* Shorter line-height for large text */
}

h2 {
    font-size: var(--font-3xl); /* 32px */
    line-height: 1.15;
}

h3 {
    font-size: var(--font-2xl); /* 28px */
    line-height: 1.2;
}

h4 {
    font-size: var(--font-xl); /* 24px */
    line-height: 1.25;
}

h5 {
    font-size: var(--font-lg); /* 21px */
    line-height: 1.3;
}

h6 {
    font-size: var(--font-md); /* 18px */
    line-height: 1.4; /* Taller line-height for smaller text */
}

h1, h2, h3, h4, h5 {
font-family: 'Italiana', sans-serif;
  font-weight: 300;
  color: var(--gray-1) !important;
margin: var(--spacing-200) 0 var(--spacing-100) 0;
  letter-spacing: 2px;
}

body {
  color: var(--gray-3) !important;
}

footer div.socket {
  margin-top: var(--spacing-400);
}
footer div.socket, .footer-sticky {
  background: var(--gray-1) !important;
  border-top: 1px solid var(--gray-2);
}
footer div.column > h4 {
  /*margin-top: 140px;*/
  font-size: var(--font-sm);
  font-family: 'Lora', sans-serif;
  text-transform: uppercase;
}


@media only screen and (max-width: 991px) {
    :root {
        /* Override font sizes for mobile */
        --font-xs: var(--font-xs-mobile);
        --font-sm: var(--font-sm-mobile);
        --font-base: var(--font-base-mobile);
        --font-md: var(--font-md-mobile);
        --font-lg: var(--font-lg-mobile);
        --font-xl: var(--font-xl-mobile);
        --font-2xl: var(--font-2xl-mobile);
    }


.overlay {
  width: 100%;
}

.home .hero-image img {
height: 350px;
    width: 100% !important;
    max-height: 350px;
    margin: 3rem 0;
    aspect-ratio: auto;
    object-fit: cover;
    max-width: 100%;
}

.content-in-filmpie {
  top: 30%;
}
.home .intro.text.block0.full-header {
  margin-top: -2rem;
}

.home header nav.navbar-default {
  background: var(--background-light);
 
}

header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a {
  text-align: left;
}

.row.equal > [class*="col-"] {
  display: block;
  width: 100%;
  margin: 1rem 0;
}

.hero-image iframe {
  width: 100%;
  max-height: 350px;
  margin: 3rem 0;
}

.toprated {
  position: absolute;
  right: 12%;
  max-width: 70px;
  bottom: 20%;
}

.faq-answer {
  padding: var(--spacing-100);
}

.footer-cta .cta {
  max-width: 70%;
}

.row.waxen-row.reverse.vertical-align img {
  margin-top: var(--spacing-300);
  aspect-ratio: 1/1;
  height: 300px;
  width: auto;
}

.hero-content {
  padding-bottom: var(--spacing-300);
  padding-top: var(--spacing-300);
}

.hero-title-deco {
font-size: var(--spacing-600);
    top: 30px;
    z-index: 0;
    text-align: center;
    width: 100%;
    left: 0;
}

.hero-image img {
  margin: 0 auto;
  display: block;
/*  border-radius: 50% 50% 0 0*/
}

.cta-buttons .btn {
  width: 100%;
  margin: var(--spacing-75);
}

.cta, .cta-buttons {
  flex-direction: column;
}

.hero-wrapper {
max-height: 100vh;
    min-height: 500px;
}

.hero-wrapper img {
max-width: 80%;
    margin: var(--spacing-200) auto;
    box-shadow: 5px 5px 15px var(--background-darker);
    aspect-ratio: 1/1;
    height: 100%;
    object-fit: cover;
  }

.border-container {
  bottom: -40px;
}
section.intro {
  padding: var(--spacing-600) 0;
}

.col-md-24.tekst-col {
  z-index: 2;
  position: relative;
}

.image-col img {
height: 300px !important;
    margin-top: var(--spacing-400) !important;
    aspect-ratio: 1.7/2 !important;
    width: auto !important;
}


.intro.text.block0.full-header {
  background: var(--background-light);
}

.full-header .container {
  padding: 0 15px;
  height: auto;
  top: 0;
}

.hero-heading h1 {
  font-size: var(--spacing-200);
    text-align: center;
}

  .hero-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .hero-heading { 
    grid-area: 1 / 1 / 2 / 2;
  }

  .hero-image { 
    grid-area: 2 / 1 / 3 / 2; 
  }

  .hero-content {   
    grid-area: 3 / 1 / 4 / 2; 
  }



    h1 {
        font-size: var(--font-2xl-mobile); /* 24px for mobile */
        line-height: 1.2; /* Adjusting line-height for mobile */
    }

    h2 {
        font-size: var(--font-xl-mobile); /* 20px for mobile */
        line-height: 1.25;
    }

    h3 {
        font-size: var(--font-lg-mobile); /* 18px for mobile */
        line-height: 1.3;
    }

    h4 {
        font-size: var(--font-md-mobile); /* 16px for mobile */
        line-height: 1.35;
    }

    h5 {
        font-size: var(--font-sm-mobile); /* 14px for mobile */
        line-height: 1.4;
    }

    h6 {
        font-size: var(--font-xs-mobile); /* 12px for mobile */
        line-height: 1.5; /* Taller line-height for the smallest text */
    }

body, html {font-size: 14px !important;}

}



@media only screen and (min-width: 992px) {


.home .header.full-width {
  background: none;
}


.home .hero-image img {
  width: 100%;
  height: 750px !important;
  position: relative;
}
.video-container {
  position: relative;
  height: 750px;
  top: 80px;
}

footer div.column > h4 {
  margin-top: 140px;
}

  nav.navbar-default div.navbar-collapse ul.navbar-nav > li a:hover {
    background-color: var(--primary-100) !important;
  }

.toprated {
  position: absolute;
  right: 21%;
  max-width: 140px;
  bottom: -5%;
}


.footer-cta .cta {
  padding: var(--spacing-300);
}

footer div.column > h4 {
  border-bottom: 0px solid var(--primary-400);
  margin-top: 140px;
}
footer div.column img {
  margin-top: -120px;
}

.cta-tekst {
  max-width: 45em;
}
.cta-heading {
  max-width: 35em;
}
html, body {
  overflow-x: hidden;
scroll-behavior: smooth;
}




.behandelingen-hero .hero-image img {
    height: 80% !important;
    object-fit: cover;
    width: 80% !important;
  }

.hero-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  margin: 0 auto;
  display: block;
/*  border-radius: 50% 50% 0 0;*/
    max-width: 100%;
    height: 90%;
    box-shadow: 5px 5px 15px var(--background-darker);
    width: 50%;
}


  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a {
    color: var(--primary-900) !important;
  }

header .container {
  width: 98vw;
  max-width: 1920px;
}


.home main {
  top: -140px;
  position: relative;
}
header > div.wrapper.sticky_menu.sticky_header .header .container {
  padding: var(--spacing-100);
  background: var(--background-light);
  margin-top: var(--spacing-75);
  box-shadow: 5px 5px 15px hsla(0, 0%, 10.2%, 0.14);
}

.black-background  .image-col img {
transform: translate(-30px, -75px);
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #ddd;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: var(--spacing-100);
border-top: 0.025rem solid var(--primary-100);
}
.table-hover > tbody > tr:hover {
  background-color: var(--background-darker);
transition: var(--transition-speed);
}

.table-hover > tbody > tr {
transition: var(--transition-speed);
}

.faq-answer {
  padding: var(--spacing-100);
}


section.intro {
  padding: var(--spacing-800) 0;
}

body, html {font-size: 16px !important;}

.intro.text.block0.full-header {
  margin-bottom: -180px;
padding: 30px 0 !important;
}
section.scroll-trigger {
  padding: var(--spacing-1200) 0;
  margin-top: 75px !important;
}

}

.hero-heading:not(.home .hero-heading),
.hero-content:not(.home .hero-content) {
  grid-column-start: 1;
}

:root {
    /* Background-light */
--background-light: #F1EEE9;

    /* background-dark*/
--background-darker: #E7E0D6;

    /* Primary Colors */
    --primary-100: hsl(33, 34.1%, 85.5%);
    --primary-200: hsl(33, 31.6%, 75.5%);
    --primary-300: hsl(33, 29.0%, 65.5%);
    --primary-400: hsl(33, 26.4%, 55.5%);
    --primary-500: hsl(33, 22.7%, 65.5%); /* Base Primary Color */
    --primary-600: hsl(33, 26.4%, 45.5%);
    --primary-700: hsl(33, 29.0%, 35.5%);
    --primary-800: hsl(33, 31.6%, 25.5%);
    --primary-900: hsl(33, 34.1%, 15.5%);


    /* Secondary Colors */
    --secondary-100: hsl(29.1, 43.7%, 86.9%);
    --secondary-200: hsl(29.1, 40.3%, 76.9%);
    --secondary-300: hsl(29.1, 36.8%, 66.9%);
    --secondary-400: hsl(29.1, 33.4%, 56.9%);
    --secondary-500: hsl(29.1, 29.1%, 56.9%); /* Base Secondary Color */
    --secondary-600: hsl(29.1, 33.4%, 46.9%);
    --secondary-700: hsl(29.1, 36.8%, 36.9%);
    --secondary-800: hsl(29.1, 40.3%, 26.9%);
    --secondary-900: hsl(29.1, 43.7%, 16.9%);

    /* Grey Colors */
    --gray-1: hsl(0, 0%, 10%);
    --gray-2: hsl(0, 0%, 20%);
    --gray-3: hsl(0, 0%, 30%);
    --gray-4: hsl(0, 0%, 40%);
    --gray-5: hsl(0, 0%, 50%);
    --gray-6: hsl(0, 0%, 60%);
    --gray-7: hsl(0, 0%, 70%);
    --gray-8: hsl(0, 0%, 80%);
    --gray-9: hsl(0, 0%, 90%);

/*spacings*/
   --spacing-25: calc(1rem * 0.25);
   --spacing-50: calc(1rem * 0.5);
   --spacing-75: calc(1rem * 0.75);
   --spacing-100: calc(1rem * 1);
   --spacing-150: calc(1rem * 1.5);
   --spacing-200: calc(1rem * 2);
   --spacing-300: calc(1rem * 3);
   --spacing-400: calc(1rem * 4);
   --spacing-600: calc(1rem * 6);
   --spacing-800: calc(1rem * 8);
   --spacing-1200: calc(1rem * 12);
   --spacing-1600: calc(1rem * 16);
   --spacing-2400: calc(1rem * 24);
   --spacing-3200: calc(1rem * 32);
   --spacing-4000: calc(1rem * 40);
   --spacing-4800: calc(1rem * 48);

/*transition*/
   --transition-speed: 0.3s;

/*border*/
   --border-radius: 0;

    /* Mobile Font Scale */
    --font-xs-mobile: 0.71rem;   /* 10px */
    --font-sm-mobile: 0.86rem;   /* 12px */
    --font-base-mobile: 1rem;    /* 14px */
    --font-md-mobile: 1.14rem;   /* 16px */
    --font-lg-mobile: 1.29rem;   /* 18px */
    --font-xl-mobile: 1.43rem;   /* 20px */
    --font-2xl-mobile: 1.71rem;  /* 24px */

    /* Desktop Font Scale */
    --font-xs: 0.75rem;          /* 12px */
    --font-sm: 0.875rem;         /* 14px */
    --font-base: 1rem;           /* 16px */
    --font-md: 1.125rem;         /* 18px */
    --font-lg: 1.3125rem;        /* 21px */
    --font-xl: 1.5rem;           /* 24px */
    --font-2xl: 1.75rem;         /* 28px */
    --font-3xl: 2rem;            /* 32px */
    --font-4xl: 2.25rem;         /* 36px */
}