/* Fonte externa Noka */
@font-face {
  font-family: "Noka";
  src: url("https://imagens.coinpel.com.br/fontes/fonnts.com-Noka_Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noka";
  src: url("https://imagens.coinpel.com.br/fontes/fonnts.com-Noka_Medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noka";
  src: url("https://imagens.coinpel.com.br/fontes/fonnts.com-Noka_Semibold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noka";
  src: url("https://imagens.coinpel.com.br/fontes/fonnts.com-Noka_Bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noka";
  src: url("https://imagens.coinpel.com.br/fontes/fonnts.com-Noka_Black.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --coinpel-text: #4b3a66;
  --coinpel-text-light: #6b5a88;
  --coinpel-accent: #f58a3b;
}

body {
  font-family: "Noka", Arial, sans-serif;
}

#preview * {
  white-space: normal;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--coinpel-text);
}

.icon-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background: #e11d48;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}

.icon-img {
  width: 12px;
  height: 12px;
  display: block;
}

.heading-name {
  color: var(--coinpel-text);
}

.heading-role {
  color: var(--coinpel-text-light);
}

.separator {
  border-top-width: 2px;
  border-color: var(--coinpel-accent);
}
