@charset "utf-8";

/*=============
　　　背景
==============*/

/*リンク文字色・削除関係のアイコン*/
a[href*="quote"] {
  font-size: 0px;
}
a[href*="quote"]::before {
  content: 'Y';
  font-family: 'dotto';
  font-weight: 500;
  font-size: 12px;
  color: #2824ff;
  padding: 5px;
}
a[href*="edit"] {
  font-size: 0px;
}
a[href*="edit"]::before {
  content: 'B';
  font-family: 'dotto';
  font-weight: 500;
  font-size: 12px;
  color: #2824ff;
  padding: 5px;
}
a[href*="delete"] {
  font-size: 0px;
}
a[href*="delete"]::before {
  content: 'Y';
  font-family: 'dotto';
  font-weight: 500;
  font-size: 12px;
  color: #2824ff;
  padding: 5px;
}
a[href*="https://starry01.nieru.net/4/thread-setting"]{
  font-size: 0px;
}
a[href*="https://starry01.nieru.net/4/thread-setting"]::before {
  content: 'c';
  font-family: 'dotto';
  font-weight: 500;
  font-size: 12px;
  color: #2824ff;
  padding: 5px;
}
a[href*="https://starry01.nieru.net"]{
  color: #ff68de;
}
a[href*="/4"]{
  color: #ff68de;
}
a[href*="https://starry02.nieru.net/"]{
  color: #ff68de;
}
a[href*="https://starry03.nieru.net/"]{
  color: #ff68de;
}
a[href*="https://starry04.nieru.net/"]{
  color: #ff68de;
}

.aho{
  font-family: 'dotto';
  color: #000;
  font-size: 50px;
}

a[href*="/cp?"] {
  font-size: 0px;
}
a[href*="/cp?"]::before {
  content: 'Y';
  font-family: 'dotto';
  font-weight: 500;
  font-size: 12px;
  color: #2824ff;
  padding: 5px;
}

/*折り畳みの解除*/
a.show-more {
  display: none !important;
}
a.show-more,
#hidden-content-1 {
  display: none !important;
}
span[id^="hidden-content"] {
  display: inline !important;
}


/* 枠の共通設定 */
html::before, html::after,
body::before, body::after {
  content: "";
  position: fixed;
  pointer-events: none;
}

/* 上枠 */
html::before {
  width: 100%;
  height: 0vh;
  top: 0;
  left: 0;
  background: #ff5a9f;
  z-index: 999;
  border: solid #ff5ae3 1px;
}
/* 右枠 */
html::after {
  width: 2vh;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, #ffa6da, #ffafd4, #734dff, #000000, #000000);
  z-index: 990;
  border: solid #2a2dff 1px;
}

/* 左枠 */
body::before {
  width: 2vh;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #ffbbeb, #ffb5f3, #8747ff, #000000, #000000);
  z-index: 990;
  border: solid #2824ff 1px;
}
/* 下枠 */
body::after {
  width: 100%;
  height: 0vh;
  bottom: 0;
  left: 0;
  z-index: 0;
}
body::before {
  z-index: 1;
}
#header1 {
  display: flex;
  box-sizing: border-box;
  position: fixed;
  justify-content: center;
  align-items: center;
  background-color: #ff9dda;
  width: 100%;        
  left: 0;           
  right: 0;           
  height: 70px;
  top: 0;
  z-index: 999;
  justify-content: flex-end; /* 右寄せ */
  align-items: center;
  padding-right: 16px; /* 右の余白 */
  z-index: 999;
}
#header2 {
  box-sizing: border-box;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb1dc;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;   /* ← ここがポイント */
  top: auto;   /* ← 念のため無効化 */
  z-index: 999;
}
.nav-right {
  height: 0;
  padding: 0;
  margin: 0;
}
.gaiyou{
  display: flex;
  align-items: center;
  gap: 1px;
  font-family: 'dotto';
  font-size: 20px;
  color: #414dff;
  margin: 0;
  position: relative; /* ← 追加 */

  left: -30px;
}
.line-taxt br{
  display: none;
}





/*=============
　　　背景
==============*/
html, body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100dvh;
  box-sizing: border-box;
  background: #9dc7ff;
  overflow-x: hidden;
  font-family: 'km';
  font-size: xx-small;
  color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  border:none;
  box-sizing: border-box
}
*{
  font-family: 'km';
  font-size: xx-small;
  color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  border:none;
  box-sizing: border-box
}
body {
  padding: 60px 10px; /* 上下50pxの枠ぶん余白 */
}

a {
    text-decoration-color: #83ee52;
    text-decoration: none;    /* 下線を消す場合 */
  }
a:link{
  color: #ff68de;
  text-decoration: none;
}
.name{
  color: #ff68de;
}
hr{
  display: none;
}



/* === 星空 === */
.stars {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.stars,
.stars::before,
.stars::after {
  position: absolute;
  inset: 0;             /* ← 親(.wk)いっぱいに広げる */
  pointer-events: none;
  width: 2px;
  height: 2px;
  background: transparent;
  content: "";
  box-shadow:
    10vw 20vh white,
    30vw 80vh white,
    50vw 10vh white,
    70vw 60vh white,
    90vw 40vh white,
    20vw 50vh white,
    40vw 30vh white,
    60vw 70vh white,
    80vw 90vh white,
    95vw 15vh white,
    12vw 5vh white,
    25vw 25vh white,
    35vw 90vh white,
    65vw 85vh white,
    82vw 45vh white; /* ←追加 */
  animation: twinkle 3s infinite alternate;
}

.stars::before {
  box-shadow:
    15vw 10vh white,
    25vw 70vh white,
    45vw 40vh white,
    65vw 20vh white,
    85vw 80vh white,
    5vw 90vh white,
    35vw 60vh white,
    55vw 15vh white,
    75vw 50vh white,
    92vw 30vh white;
  animation-duration: 4s;
  animation-delay: 1s;
}

.stars::after {
  box-shadow:
    12vw 35vh white,
    28vw 15vh white,
    48vw 75vh white,
    68vw 55vh white,
    88vw 25vh white,
    8vw 45vh white,
    38vw 85vh white,
    58vw 65vh white,
    78vw 5vh white,
    98vw 95vh white;
  animation-duration: 5s;
  animation-delay: 2s;
}
.s1 {
  top: -10%;
  left: -20%;
  animation: shoot 5s linear infinite;
}

.s2 {
  top: 10%;
  left: -30%;
  animation: shoot 7s linear infinite;
  animation-delay: 1.5s;
}

.s3 {
  top: 30%;
  left: -25%;
  animation: shoot 6s linear infinite;
  animation-delay: 3s;
}

.s4 {
  top: 50%;
  left: -40%;
  animation: shoot 8s linear infinite;
  animation-delay: 4.5s;
}
.shooting-star {
  animation-timing-function: cubic-bezier(.2,.6,.4,1);
}


/* 星の明滅 */
@keyframes twinkle {
  from { opacity: 0.2; }
  to   { opacity: 1; }
}

/* === 流れ星 === */
.shooting-star {
  position: absolute;
  top: -10%;
  left: -20%;
  pointer-events: none;
  animation: shoot 6s linear infinite;
}

@keyframes shoot {
  0% {
    transform: translate(0, 0) rotate(-30deg);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    transform: translate(120vw, 60vh) rotate(-30deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}




.hyousi {
  text-align: center;
  font-family: 'taitl';
  font-size: 30px;
  color: #65ffb2;
  letter-spacing: -3px;
  margin: 0;
  top: -30px;
  position: relative;
  z-index: 900;

  text-shadow:
    0 0 1px #32ff88,
    0 0 3px #32ff88,
    0 0 5px #32ff88,
    0 0 10px #2aff7a,
    0 0 30px #1eff6a;
}

.push-start {
  font-family: 'taitl2', monospace;
  color: #ebebeb;
  text-align: center;
  font-size: 10px;
  margin-top: -20px;
  animation: blink 3s steps(10, start) infinite;
}
@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
.title-container {
  position: relative;
  text-align: center;
  height: 150px;
  overflow: hidden;
  background: #76ff69;
}
.wk{
  position: relative;
  margin: auto;
  height: 27vh;
  width: 40vh;
  background-color: #702ae0;
  z-index: 0;
  overflow: hidden;     /* ← 枠外を切る */
  min-height: 120px;
  border-radius: 50px;
  border: solid #4116ff 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.game {
  margin-top: -5px;          /* PUSH START との間隔 */
  display: flex;
  align-items: baseline;    /* 文字の高さを自然に */
  gap: 8px;                 /* 文字同士の間隔 */
}
.ship-wrap {
  display: inline-block;
  animation: enter-space 6s ease-out forwards;
}
.us1 {
  font-family: 'gamerogo';
  font-size: 70px;
  color: #ff68de;
   position: relative;
   display: inline-block;
  animation: float-space 7s ease-in-out infinite;
}
@keyframes enter-space {
  from {
    transform: translateX(-120vw) translateY(10vh);
    opacity: 0;
  }
  to {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes float-space {
  0%   { transform: translate(0, 0) rotate(0deg); }
  25%  { transform: translate(6px, -8px) rotate(1deg); }
  50%  { transform: translate(-5px, -12px) rotate(-1deg); }
  75%  { transform: translate(4px, -6px) rotate(0.5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}
.nav-panel {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}

/* 共通デザイン */
.nav-box {
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'taitl';
  font-size: 8px;
  
  letter-spacing: 1px;
  color: #1eff6a;
  text-decoration: none;

  background: #702ae0;
  border: 2px solid #4116ff;
  border-radius: 50px;
  transition: all .25s ease;
}

/* hover演出 */
.nav-box:hover {
  background: #fca8ff;
  box-shadow:
    0 0 12px #a85cff,
    inset 0 0 12px #914cff;
  transform: translateY(-2px);
}
.nav-box,
.nav-box:link,
.nav-box:visited,
.nav-box:hover,
.nav-box:active,
.nav-box:focus {
  color: #32ff88;
  text-decoration: none;
}





.wk2{
  position: relative;
  margin: auto;
  width: 40vh;
  height: 85vh;
  background-color: #702ae0;
  z-index: 0;
  overflow: hidden;     /* ← 枠外を切る */
  min-height: 120px;
  border-radius: 50px;
  border: solid #3628ff 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.titl3{
  text-align: center;
  font-family: 'titl3';
  font-size: 15px;
  color: #1eff6a;
  text-shadow:
    0 0 1px #32ff88,
    0 0 3px #32ff88,
    0 0 5px #32ff88,
    0 0 10px #2aff7a,
    0 0 30px #1eff6a;

  animation: neon-flicker 3s infinite;
  letter-spacing: 1px;
}
@keyframes neon-flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
    text-shadow:
      0 0 2px #32ff88,
      0 0 6px #32ff88,
      0 0 12px #32ff88,
      0 0 20px #2aff7a,
      0 0 30px #1eff6a;
  }
  20%, 24%, 55% {
    opacity: 0.6;
    text-shadow:
      0 0 1px #32ff88,
      0 0 4px #32ff88,
      0 0 8px #2aff7a;
  }
  21%, 23% {
    opacity: 0.3;
    text-shadow: none;
  }
}
.crd {
  display: flex;
  flex-direction: column;  /* ← 縦並びに固定 */
  align-items: center;     /* ← 中央揃え */
  z-index: 990;
}
.id{
  position: relative;
  margin: auto;
  top: 30px;
  width: 22vh;
  height: 11vh;
  background-color: #ebe7f3;
   border: solid #2a2dff 1px;
}
.id::before{
  content: "";
  position: absolute;
  inset: -6px;          /* ← ひと回り大きく */
  background: #E43F3B;  /* 装飾用の色（好きに変えてOK） */
  border-radius: 2px;   /* 角丸も可能 */
  z-index: -1;          /* ← idの「後ろ」 */
  transform: rotate(-5deg);
  margin: 0;
  bottom: -20px;
  top: 10px;
  left: -15px;
  right: 1px;
}
.kao{
  position: absolute;
  margin: auto;
  width: 5vh;
  height: 5vh;
  background-color: #E43F3B;
  top: 16px;
  right: 15vh;
}
.bkd{
  position: absolute;
  font-family: 'bkd';
  font-size: 15px;
  color: #000000;
  margin: 0;
  top: 7.5vh;
  left: 2vh;
}
.pr{
  position: absolute;
 font-family: 'km';
 font-size: 10px;
 font-weight: bold;
 letter-spacing: 1px;
 color: #161616;
 top: 16px;
 left: 8vh;
}
.pr2{
 position: absolute;
 font-family: 'km';
 font-size: 7px;
 letter-spacing: 1px;
 color: #161616;
 top: 37px;
 left: 9vh;
}
.pr3{
  position: absolute;
  background: #E43F3B;
  color: #ffffff;
  font-family: 'km';
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
  top: 60px;
  left: 9vh;
}
.pr4{
  position: absolute;
  background: #FBAF71;
  color: #161616;
  font-family: 'km';
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
  top: 60px;
  left: 9vh;
}
.pr5{
  position: absolute;
  background: #CD3796;
  color: #161616;
  font-family: 'km';
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
  top: 60px;
  left: 9vh;
}

.id2{
  position: relative;
  margin: auto;
  top: 30px;
  width: 22vh;
  height: 11vh;
  background-color: #ebe7f3;
   border: solid #2a2dff 1px;
}
.id2::before{
  content: "";
  position: absolute;
  inset: -6px;          /* ← ひと回り大きく */
  background: #FBAF71;  /* 装飾用の色（好きに変えてOK） */
  border-radius: 2px;   /* 角丸も可能 */
  z-index: -1;          /* ← idの「後ろ」 */
  transform: rotate(-5deg);
  margin: 0;
  bottom: -20px;
  top: 10px;
  left: -15px;
  right: 1px;
}
.kao2{
  position: absolute;
  margin: auto;
  width: 5vh;
  height: 5vh;
  background-color: #FBAF71	;
  top: 16px;
  right: 15vh;
}
.id3{
  position: relative;
  margin: auto;
  top: 30px;
  width: 22vh;
  height: 11vh;
  background-color: #ebe7f3;
   border: solid #2a2dff 1px;
}
.id3::before{
  content: "";
  position: absolute;
  inset: -6px;          /* ← ひと回り大きく */
  background: #CD3796;  /* 装飾用の色（好きに変えてOK） */
  border-radius: 2px;   /* 角丸も可能 */
  z-index: -1;          /* ← idの「後ろ」 */
  transform: rotate(-5deg);
  margin: 0;
  bottom: -20px;
  top: 10px;
  left: -15px;
  right: 1px;
}
.kao4{
  position: absolute;
  margin: auto;
  width: 5vh;
  height: 5vh;
  background-color: #CD3796	;
  top: 16px;
  right: 15vh;
}
.kyk{
  text-align: center;
  margin: auto;
}
.kyk2{
  font-family: 'km';
  font-size: 10px;
  color: #1eff6a;
  text-shadow:
    0 0 1px #32ff88,
    0 0 3px #32ff88,
    0 0 5px #32ff88,
    0 0 10px #2aff7a,
    0 0 30px #1eff6a;
  letter-spacing: 1px;
  line-height: 20px;
}





/* テキスト */
.hitu{
  font-family: 'km';
  color: #161616;
  font-weight: 500;
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 1px;
}
.huto{
  overflow: hidden;
  font-family:  'km';
  color: #161616;
  font-weight: bold;
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 1px;
}


/* 月ノ */
.wk3-shell {
  position: relative;
  width: 39vh;
  margin: auto;
}
/* 背景装飾（確実に出る） */
.wk3-shell::before {
  margin: auto;
  content: "";
  position: absolute;
  inset: -12px;
  background-color: #E43F3B;
  border: solid #3628ff 2px;
  border-radius: 20px;
  transform: translate(0px);
  z-index: 0;
}
/* 本体 */
.wk3 {
  margin: auto;
  position: relative;
  width: 100%;
  padding: 25px 15px 25px 15px ; /*文字の位置*/
  background-color: #f0f0f0;
  border-radius: 50px;
  border: solid #3628ff 2px;
  z-index: 1;
}
/* 電光掲示板の外枠 */
.led-board{
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 30px;
  margin: 30px auto;
  left: 7px;

  background: #851efa;
  border: 2px solid #E43F3B;

  overflow: hidden;   /* ← はみ出し防止 */
  box-shadow:
    inset 0 0 10px #E43F3B,
    0 0 15px #E43F3B;
  display: flex;
  align-items: center;   /* ← 縦中央 */
}

/* 流れる文字のレール */
.led-track{
  display: inline-flex;
  white-space: nowrap;
  align-items: center;

  animation: led-scroll 15s linear infinite;
}

/* 文字そのもの */
.led-track span{
  font-family: 'taitl', monospace;
  font-size: 20px;
  color: #ff7d7b;
  padding-right: 40px;
}

/* 横スクロール */
@keyframes led-scroll{
  from{
    transform: translateX(50%);
  }
  to{
    transform: translateX(-100%);
  }
}
.led-board::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(#ff615f 1px, transparent 1.5px);
  background-size: 6px 6px;
  opacity: 0.15;
  pointer-events: none;
}
@keyframes flicker{
  0%, 100% { opacity: 1; }
  40% { opacity: 0.8; }
  42% { opacity: 0.4; }
  45% { opacity: 1; }
}

.led-track span{
  animation: flicker 3s infinite;
}
.ks{
  position: absolute;
  margin: 0;
  left: 90%;
  top: 95%;
  color: #2824ff;
  font-family: 'ksr';
  font-size: 50px;
  z-index: 9;
}
.mito {
  background: #E43F3B;
  color: #ffffff;
  font-family: 'km';
  font-size: 8px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
}



/*樋口*/
.wk3-shell2 {
  position: relative;
  width: 35vh;
  height: 46vh;
  margin: auto;
}
/* 背景装飾（確実に出る） */
.wk3-shell2::before {
  margin: auto;
  content: "";
  position: absolute;
  inset: -12px;
  background-color: #FBAF71;
  border: solid #3628ff 2px;
  border-radius: 20px;
  transform: translate(0px);
  z-index: 0;
}
/* 本体 */
.wk4 {
  margin: auto;
  position: relative;
  width: 100%;
  height: 45vh;
  padding: 10px 20px 10px 20px;
  background-color: #f0f0f0;
  border-radius: 50px;
  border: solid #3628ff 2px;
  overflow-y: auto;
  z-index: 1;
  scrollbar-width: none;
}
.wk4::-webkit-scrollbar {
  display: none;
}
.dero {
  background: #FBAF71;
  color: #161616;
  font-family: 'km';
  font-size: 8px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
}



/*サロメ*/
.wk3-shell3 {
  position: relative;
  width: 39vh;
  margin: auto;
}
/* 背景装飾（確実に出る） */
.wk3-shell3::before {
  margin: auto;
  content: "";
  position: absolute;
  inset: -12px;
  background-color: #CD3796;
  border: solid #3628ff 2px;
  border-radius: 20px;
  transform: translate(0px);
  z-index: 0;
}
/* 本体 */
.wk3 {
  margin: auto;
  position: relative;
  width: 100%;
  padding: 25px 15px 25px 15px ; /*文字の位置*/
  background-color: #f0f0f0;
  border-radius: 50px;
  border: solid #3628ff 2px;
  z-index: 1;
}
.ks{
  position: absolute;
  margin: 0;
  left: 90%;
  top: 95%;
  color: #2824ff;
  font-family: 'ksr';
  font-size: 50px;
  z-index: 9;
}
.sarome {
  background: #CD3796;
  color: #ffffff;
  font-family: 'km';
  font-size: 8px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
}


.loading-space {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, #1f1a30, #000000);
  z-index: 9999;
  animation: fadeout 1s ease forwards;
  animation-delay: 3.5s;
}

.loading-text {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
  font-family: 'taitl';
  font-size: 20px;
  color: #ff9dda;
  letter-spacing: 1px;
  text-shadow: 0 0 8px #ff9dda;
  animation: blink 1.2s infinite;
}

.scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.03) 0px,
    rgba(255,255,255,0.03) 1px,
    transparent 2px,
    transparent 4px
  );
  pointer-events: none;
}

@keyframes blink {
  50% { opacity: 0.3; }
}

@keyframes fadeout {
  to { opacity: 0; pointer-events: none; }
}











@font-face {
  font-family: 'tabu';
  src: url('https://dl.dropboxusercontent.com/scl/fi/nz8wamoax7nm596he7i81/Byom-Icons-Trial.ttf?rlkey=w6yb4f7lrn97bulnp1wqlt1yx&dl')
  format('truetype');
  }
@font-face {
  font-family: 'taitl';
  src: url('https://dl.dropboxusercontent.com/scl/fi/za1xm9vznwct6ypg4upwf/YokohamaDotsJPN.otf?rlkey=yrytkgvtel7dbqt1wlppaohn5&dl')
  format('opentype');
  }
@font-face {
  font-family: 'taitl2';
  src: url('https://dl.dropboxusercontent.com/scl/fi/za1xm9vznwct6ypg4upwf/YokohamaDotsJPN.otf?rlkey=yrytkgvtel7dbqt1wlppaohn5&dl')
  format('opentype');
  }
@font-face {
  font-family: 'nekoinu';
  src: url('https://dl.dropboxusercontent.com/scl/fi/vxxxza6bni2ox7e3j7vy0/catsvsdogsLT.ttf?rlkey=fd8sjdr206ywbxyvoryfm3wme&dl')
  format('truetype');
}
@font-face {
  font-family: 'dotto';
  src: url('https://dl.dropboxusercontent.com/scl/fi/e83xiaa35y3rifccbfqdh/EmojiFont.ttf?rlkey=vzpkgml0m1knfunm6e6kj5o0t&dl')
  format('truetype');
}
@font-face {
  font-family: 'dotto2';
  src: url('https://dl.dropboxusercontent.com/scl/fi/q8f78sg8jyh784xvzzyjm/DotGothic16-Regular.ttf?rlkey=oozvauswjhgqobp8fmvm8l8bn&dl')
  format('truetype');
}
@font-face {
  font-family: 'gamerogo';
  src: url('https://dl.dropboxusercontent.com/scl/fi/vupccv65rjgguty78xnl4/invaders.from.space.-fontvir.us.ttf?rlkey=u3gzm2cy1vzside0hkbchtpgo&dl')
  format('truetype');
}
@font-face {
  font-family: 'titl3';
  src: url('https://dl.dropboxusercontent.com/scl/fi/rnm4vdpqgllkfvlk4r9pv/HypeType.otf?rlkey=s5ztmj990kpumptt7knygwhmk&dl')
  format('truetype');
}
@font-face {
  font-family: 'bkd';
  src: url('https://dl.dropboxusercontent.com/scl/fi/p2jev2d5ycisfezoefipt/Barmorse.ttf?rlkey=rcocknmjo0yt1v7i3h06p9f65&dl')
  format('truetype');
}
@font-face {
  font-family: 'km';
  src: url('https://dl.dropboxusercontent.com/scl/fi/77ow7aepip618vf1s5mwa/x12y12pxMaruMinya.ttf?rlkey=tzh98z20svhzfybq503bmzn8n&dl')
  format('truetype');
}
@font-face {
  font-family: 'ksr';
  src: url('https://dl.dropboxusercontent.com/scl/fi/ups20eqpbzqsckxvypmh6/Cursors.ttf?rlkey=alu7sdkj4pd2frxfxp766et1i&dl')
  format('truetype');
}