/* theme */

:root {
  --brown-d: #661f1d;
  --brown-l: #F3D8CE;
  --light: #fff6f3;
  --orange: #f6a587;
  --grey-font:#818a91;
  --body-text:#342B28;
}
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/MakeUpOcean/fonts/poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/MakeUpOcean/fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/MakeUpOcean/fonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mrs-saint-delafield-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mrs Saint Delafield';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/MakeUpOcean/fonts/mrs-saint-delafield-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,body {
  margin:0;
  padding:0;
  overflow-x: hidden;
  font-family: "Poppins";
  font-size:16px;
  color:var(--body-text)
}
textarea,input{
  font-family: "Poppins";
}
.woocommerce-page{
  font-family: "Poppins";
}
input{
  font-family: "Poppins";
}
.upper-case{
  text-transform: uppercase;
}
.letter-space{
letter-spacing: 1px;
}
*{
  box-sizing: border-box !important;
  border-radius: 0px !important;
}
.saint{
  font-family:'Mrs Saint Delafield';
}
.font-300{
  font-weight: 300;
}
.font-400{
  font-weight: 400;
}
.font-500{
  font-weight: 500;
}
.alignfull {
  max-width: 100vw;
  
}
.alignfull .alignwide{
  padding:0px;
}
.alignwide {
  max-width: 1330px;
  margin: auto;
  padding: 0px 15px;
}

p{
  font-size: 16px;
  line-height: 1.8rem;
  color: #2D2D2D;
}
h1 {
  font-size: 2.5rem;
  line-height: 2.9rem;
}
h2 {
  font-size: 2.5rem;
  line-height: 2.7rem;
}
h3 {
  font-size: 1.9rem;
  line-height: 2.3rem;
}
h4 {
  font-size: 1.6rem;
  line-height: 2rem;
}
h5 {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
h1,h2,h3,h4,h5{
  font-family: "Poppins";
  margin-bottom: 0px;
  margin-top: 0px;
  color : #661F1D;
  font-weight: 300;
}
h1 a,h2 a,h3 a,h4 a,h5 a{
  color : #661F1D;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #661F1D;
}

button {
  font-family: 'Poppins' !important;
}
.mobile-hide{
  display:block;
}
@media only screen and (max-width:1024px){
  h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  p{
    margin:15px 0px;
  }
  .alignwide {
    padding: 0px 0px;
  }
}


@media only screen and (max-width:766px){
  h1 {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  h4,h5 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  
.mobile-hide{
  display:none;
}
}


body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
  box-shadow: unset !important;
  outline: unset !important;
}


/* theme end */