* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poiret One", serif;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background: #f3efe6;
}

a {
    color: inherit;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

button {
    color: #2b2b2b;
}

.mainWrapper {
    width: 100%;
    height: auto;
}

.heading {
  font-family: "Quintessential", sans-serif;
  font-family: "Petit Formal Script", cursive;
  font-weight: 100 !important;
  font-style: normal;
  font-size: 40px !important;
  line-height: 1;
  letter-spacing: 2px;
  color: #D4A373 !important;
}

.text {
  font-family: "Quintessential", sans-serif;
  font-weight: 100;
  font-style: normal;
}

::selection {
    color: #FFFFFF;
    background: #D4A373;
    text-shadow: none;
}

::-webkit-selection {
    color: #FFFFFF;
    background: #D4A373;
    text-shadow: none;
}

::-moz-selection {
    color: #FFFFFF;
    background: #D4A373;
    text-shadow: none;
}

/* scrollbar */

body::-webkit-scrollbar {
    background-color: #f3efe6;
    width: 14px;
}

body::-webkit-scrollbar-track {
    background-color: #f3efe6;
}

body::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 15px;
    border: 4px solid #f3efe6;
}

body::-webkit-scrollbar-button {
    display: none;
}

@media (max-width: 768px) {
    .heading {
        font-size: 32px !important;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    * {
        font-size: 16px;
    }
}