@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;
  transform: scale(1.5);
}

.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: var(--a-color);
}

.motif .emoji:nth-child(4n + 1) {
  color: var(--b-color);
}

.motif .emoji:nth-child(4n + 2) {
  color: var(--c-color);
}

.motif .emoji:nth-child(4n + 3) {
  color: var(--d-color);
}

.title {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(25px, 11vw, 130px);
    font-family: 'FlorDeRuina';
    z-index: 1;
    color: white;
}

.pattern {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100vw;
  height: 100dvh;
}

.hih {
    z-index: 3;
    POSITION: absolute;
    background: white;
    aspect-ratio: 1;
    border-radius: 115PX;
    box-shadow: 2px 2px 20px 18px #ffffff;
    text-align: center;
    mix-blend-mode: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FlorDeRuina';
    font-size: 20px;
    font-weight: 400;
    color: #6c7566;
    padding: 1vw;
}