@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap");
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }
body {
  margin-top: 0 !important; }

header {
  transition: none !important;
  position: absolute;
  background-color: rgba(0, 0, 0, 0); }
  header .menu .menu-item a {
    color: #feffff !important; }
  header.small {
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    position: fixed;
    background-color: #feffff; }
    header.small .header-logo img {
      content: url("/img/Logo.svg"); }
    header.small .header-logo-small img {
      content: url("/img/Icon.svg"); }
    header.small .menu .menu-item a {
      color: #24334b !important; }
  header .header-logo img {
    content: url("/img/Logo-white.svg"); }

@media (max-width: 900px) {
  body {
    margin-top: 96px !important; }

  header {
    position: fixed !important;
    background: #feffff !important; }
    header.small {
      animation-name: none !important; }
      header.small .header-logo-small img {
        content: url("/img/Icon.svg") !important; } }

/*# sourceMappingURL=index-style.css.map */
