@font-face {
  font-family: "Cormorant Garamond";
  src: url("CormorantGaramond-Bold.woff2") format("woff2"), url("CormorantGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("CormorantGaramond-Regular.woff2") format("woff2"), url("CormorantGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("CormorantGaramond-Medium.woff2") format("woff2"), url("CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("CormorantGaramond-SemiBold.woff2") format("woff2"), url("CormorantGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("Inter28pt-Medium.woff2") format("woff2"), url("Inter28pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("Inter28pt-Bold.woff2") format("woff2"), url("Inter28pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("Inter28pt-ExtraBold.woff2") format("woff2"), url("Inter28pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("Inter28pt-Regular.woff2") format("woff2"), url("Inter28pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("Inter28pt-SemiBold.woff2") format("woff2"), url("Inter28pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.font-primary {
  font-family: "Cormorant Garamond", serif;
}

.font-secondary {
  font-family: "Inter 28pt", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #0d0d0d;
  font-family: "Cormorant Garamond", serif;
  overflow-x: hidden;
}

ul {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0px;
  font-size: 16px;
  color: #0d0d0d;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #d9d8d8;
}

::-webkit-scrollbar-thumb {
  background: #b5001e;
}

.primary-btn {
  font-size: 14.56px;
  line-height: 21.84px;
  letter-spacing: 1.46px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
    width: 100%;
  }
}