@import url("https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap");
@font-face {
  font-family: "The Seasons";
  src: url("/static/fonts/the-seasons/theseasons-bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "The Seasons";
  src: url("/static/fonts/the-seasons/theseasons-reg.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "The Seasons";
  src: url("/static/fonts/the-seasons/theseasons-lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

.boat-highlight {
  margin-bottom: 1rem; }

header.header-fixed + #cms-content .section-boat-navbar {
  margin-top: 0;
  padding-top: 0; }

div.container .btn.btn-light.custom-btn {
  background-color: #263222;
  color: #F7F3E6; }
