@font-face { font-family: 'HU Custom Industry'; src: url("hu-custom-industry.woff2") format("woff2"), url("hu-custom-industry.woff") format("woff"); font-weight: normal; font-style: normal; }

html { font: 16px/1.5 'Helvetica Neue', 'Arial Nova', Arial, Inter, Roboto, 'Nimbus Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 { font-family: 'HU Custom Industry', Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif; font-weight: normal; }

body { background: #eee4d8; height: 100vh; height: 100svh; overflow: hidden; }

.stickers { position: absolute; width: 100vw; height: 100vh; height: 100svh; overflow: hidden; }

.stickers img { position: absolute; }

.logo { position: absolute; width: 100vw; height: 100vh; height: 100svh; display: grid; align-items: center; justify-content: center; background: rgba(238, 228, 216, 0.3); z-index: 10; }

.logo img { width: 250px; height: 250px; animation: breathing 5s ease-out infinite normal; }

@keyframes breathing { 0% { -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  25% { -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  60% { -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% { -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); } }

/*# sourceMappingURL=main.css.map */