@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf");
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/gilroy-medium.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy-medium.woff2") format("woff2"), url("../fonts/gilroy-medium.woff") format("woff"), url("../fonts/gilroy-medium.ttf") format("truetype"), url("../fonts/gilroy-medium.svg#gilroy-medium") format("svg");
  /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond"), local("CormorantGaramond-Regular"), url("../fonts/Cormorantgaramond.woff2") format("woff2"), url("../fonts/Cormorantgaramond.woff") format("woff"), url("../fonts/Cormorantgaramond.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: local("Cormorant Garamond Semibold"), local("CormorantGaramond-SemiBold"), url("../fonts/Cormorantgaramondsemibold.woff2") format("woff2"), url("../fonts/Cormorantgaramondsemibold.woff") format("woff"), url("../fonts/Cormorantgaramondsemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat-Light";
  font-style: normal !important;
  font-size: 18px !important;
  position: relative !important;
  margin: 0;
  line-height: 28px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

p {
  margin-bottom: 0 !important;
}

em {
  font-style: normal;
}

ul {
  margin-top: 0;
  margin-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

li {
  outline-color: transparent;
  list-style-type: none;
}

a,
a:focus,
a:hover,
button {
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  color: inherit;
}

.container {
  max-width: 1240px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

input::-ms-clear {
  display: none;
}
