/* Font variable */
/* Breakpoints */
/* Colors */
/* Colors 75% */
/* Colors 50% */
/* Colors 25% */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

img {
  width: 100%;
}

@font-face {
  font-family: "Neue Haas Unica Pro";
   src: url("/media/admin-use-only/fonts/NeueHaasUnicaMedium.otf");
  /*src: url("https://db.onlinewebfonts.com/t/466bde28f618f6ea76902f48da3d4c7a.eot");
  src: url("https://db.onlinewebfonts.com/t/466bde28f618f6ea76902f48da3d4c7a.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/466bde28f618f6ea76902f48da3d4c7a.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/466bde28f618f6ea76902f48da3d4c7a.woff") format("woff"), url("https://db.onlinewebfonts.com/t/466bde28f618f6ea76902f48da3d4c7a.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/466bde28f618f6ea76902f48da3d4c7a.svg#Neue Haas Unica Pro") format("svg");*/
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("/media/admin-use-only/fonts/NeueHaasGrotesk55Roman.otf");
  /*src: url("https://db.onlinewebfonts.com/t/c8002809ed49394a1aab4a4ceaff09a6.eot");
  src: url("https://db.onlinewebfonts.com/t/c8002809ed49394a1aab4a4ceaff09a6.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/c8002809ed49394a1aab4a4ceaff09a6.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/c8002809ed49394a1aab4a4ceaff09a6.woff") format("woff"), url("https://db.onlinewebfonts.com/t/c8002809ed49394a1aab4a4ceaff09a6.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/c8002809ed49394a1aab4a4ceaff09a6.svg#Neue HaasGroteskDispW0496BlkIt") format("svg");*/
}

body {
  line-height: 1.5;
  font-family: 'Neue Haas Grotesk', Arial, Helvetica,Helvetica Neue, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Neue Haas Unica pro", Arial, Helvetica Neue, Helvetica, sans-serif;
}

.lt-theme--deepred {
  background-color: #550023;
  color: #FFFFFF;
}
.lt-theme--deepred h1, .lt-theme--deepred h2, .lt-theme--deepred h3, .lt-theme--deepred h4, .lt-theme--deepred h5, .lt-theme--deepred h6 {
  color: #F69EB0;
  font-size: 2rem;
}
.lt-theme--deepred img {
  border-color: #F69EB0;
}
.lt-theme--deepred a {
  color: #F69EB0;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-decoration-color: #F69EB0;
  text-underline-offset: 0.1875rem;
  font-weight: 700;
}
.lt-theme--deepred a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1625rem;
  text-underline-offset: 0.1875rem;
}
.lt-theme--deepred button, .lt-theme--deepred .button {
  background-color: #F69EB0;
  color: #550023;
  padding: 0.75rem 1.25rem;
  border: 0.15rem solid #F69EB0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: inline-block;
  text-decoration: none;
}
.lt-theme--deepred button:hover, .lt-theme--deepred .button:hover {
  color: #F69EB0;
  text-decoration: none;
  background-color: #550023;
}
.lt-theme--black {
  background-color: #000000;
  color: #FFFFFF;
}
.lt-theme--black h1, .lt-theme--black h2, .lt-theme--black h3, .lt-theme--black h4, .lt-theme--black h5, .lt-theme--black h6 {
  color: #F69EB0;
  font-size: 2rem;
}
.lt-theme--black img {
  border-color: #F69EB0;
}
.lt-theme--black a {
  color: #F69EB0;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-decoration-color: #F69EB0;
  text-underline-offset: 0.1875rem;
  font-weight: 700;
}
.lt-theme--black a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1625rem;
  text-underline-offset: 0.1875rem;
}
.lt-theme--black button, .lt-theme--black .button {
  background-color: #F69EB0;
  color: #000000;
  padding: 0.75rem 1.25rem;
  border: 0.15rem solid #F69EB0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: inline-block;
  text-decoration: none;
}
.lt-theme--black button:hover, .lt-theme--black .button:hover {
  color: #F69EB0;
  text-decoration: none;
  background-color: #000000;
}
.lt-theme--rose {
  background-color: #F69EB0;
  color: white;
}
.lt-theme--rose h1, .lt-theme--rose h2, .lt-theme--rose h3, .lt-theme--rose h4, .lt-theme--rose h5, .lt-theme--rose h6 {
  color: #550023;
  font-size: 2rem;
}
.lt-theme--rose img {
  border-color: #550023;
}
.lt-theme--rose a {
  color: #550023;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-decoration-color: #F69EB0;
  text-underline-offset: 0.1875rem;
  font-weight: 700;
}
.lt-theme--rose a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1625rem;
  text-underline-offset: 0.1875rem;
}
.lt-theme--rose button, .lt-theme--rose .button {
  background-color: rgba(255, 255, 255, 0);
  color: #550023;
  padding: 0.75rem 1.25rem;
  border: 0.15rem solid #550023;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: inline-block;
  text-decoration: none;
}
.lt-theme--rose button:hover, .lt-theme--rose .button:hover {
  color: #F69EB0;
  text-decoration: none;
  background-color: #550023;
}
.lt-theme--blue {
  background-color: #A0C0E4;
  color: white;
}
.lt-theme--blue h1, .lt-theme--blue h2, .lt-theme--blue h3, .lt-theme--blue h4, .lt-theme--blue h5, .lt-theme--blue h6 {
  color: #550023;
  font-size: 2rem;
}
.lt-theme--blue img {
  border-color: #550023;
}
.lt-theme--blue a {
  color: #550023;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
  text-decoration-color: #A0C0E4;
  text-underline-offset: 0.1875rem;
  font-weight: 700;
}
.lt-theme--blue a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1625rem;
  text-underline-offset: 0.1875rem;
}
.lt-theme--blue button, .lt-theme--blue .button {
  background-color: rgba(255, 255, 255, 0);
  color: #550023;
  padding: 0.75rem 1.25rem;
  border: 0.15rem solid #550023;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: inline-block;
  text-decoration: none;
}
.lt-theme--blue button:hover, .lt-theme--blue .button:hover {
  color: #A0C0E4;
  text-decoration: none;
  background-color: #550023;
}/*# sourceMappingURL=base.css.map */









