@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+KR:wght@200..900&display=swap');



.dummy-fonts * {
  box-sizing: border-box;
}




.dummy-bumper {
  height: 0;
  padding-bottom: min(10%, 75px);
  background: hsla(160, 100%, 50%, 0.3);
}



.dummy-fonts .dc-wrap .dummy-partname {
  margin-block: 1rem;
  text-align: center;
  font-weight: 700;
  color: aquamarine;
  background: #444;
  font-family: 'Courier New', Courier, monospace;
}



.dummy-fonts .dummy-code {
  margin-block: 1rem;
  color: aquamarine;
  background: #555;
}
.dc-wrap .dummy-code .microlight {
  padding: 1em;
  font-family : 'Courier New', Courier, monospace;
  white-space : pre;
  overflow: auto;
}
.dc-wrap .dummy-code .microlight * {
  color: aquamarine;
  font-family : 'Courier New', Courier, monospace;
}



.dummy-nest {
  padding: 1em;
  border: 2px solid hsla(300, 60%, 50%, 0.2);
  counter-reset: dumcolor;
  background: hsla(300, 60%, 50%, 0.2);
}
.dc-wrap .dummy-nest p {
  font-family : 'Courier New', Courier, monospace;
}
.dummy-nest + .dummy-nest {
  margin-top: 1em;
}



.dummy-resp {
  padding: 5% 0;
  background: pink;
}
@media screen and (min-width: 758px) {
  .dummy-resp {
    background: orange;
  }
}
@media screen and (min-width: 1280px) {
  .dummy-resp {
    background: bisque;
  }
}



.dummy-fonts .dummy-copybtn {
  cursor: pointer;
  display: block;
  margin: 1em auto;
  padding: 0.5em 1em;
  font-family: 'Courier New', Courier, monospace;
  border: 0;
  font-weight: 700;
  color: aquamarine;
  background: #444;
}