@font-face {
  font-family: "FlorDeRuina";
  src: url("fonts/FlorDeRuina-Flor.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "FlorDeRuina";
  src: url("fonts/FlorDeRuina-Fractura.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "FlorDeRuina";
  src: url("fonts/FlorDeRuina-Germen.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "FlorDeRuina";
  src: url("fonts/FlorDeRuina-Ruina.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "FlorDeRuina";
  src: url("fonts/FlorDeRuina-Semilla.woff") format("woff");
  font-weight: 400;
}


body {
  margin: 0;
  padding: 0;
}

.motif {
  line-height: 0.3;
  width: 100vw;
   display: block;
  overflow: hidden;
  text-align: justify-all;
  letter-spacing: -10;
  min-height: 100dvh;
}


.emoji {
  display: inline-block;
  transition:
    transform 1.3s cubic-bezier(.22,1,.36,1);
  will-change: transform;
  cursor: default;
  font-family: 'FlorDeRuina';
  font-weight: 200;
  font-size: 70px;
}

.emoji:hover {
  transform: scale(2.2);
  transition-duration: 0.5s;
}

.emoji {
  position: relative;
  z-index: 1;
}

.emoji:hover {
  z-index: 10;
}

.motif {
  background: #b8b8b8;
  background: radial-gradient(#b8b8b8, #607469);
}


.motif .emoji:nth-child(4n) {
  color: #4033078c;
}

.motif .emoji:nth-child(4n + 1) {
  color: #d9e6ad;
}

.motif .emoji:nth-child(4n + 2) {
  color: #c2e6ad;
}

.motif .emoji:nth-child(4n + 3) {
  color: #e6ccad;
  color: #ade6dbba;
}

.title {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(25px, 11vw, 80px);
    font-family: 'FlorDeRuina';
    z-index: 1;
    color: white;
}

.pattern {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100vw;
  height: 100dvh;
}