@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,400|Inter:700");
@import url("https://fonts.googleapis.com/css?family=Alata:400|Noto+Sans+JP:700");
@font-face {
  font-family: "Century Gothic-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Century Gothic") format("truetype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

:root {
  --vendix-black: #2B2C36;
  --vendix-blue: rgba(54, 84, 123, 1);

  --alto: #d9d9d9;
  --athens-gray: #edf1f5;
  --black: #000000;
  --east-bay: #36547b;
  --vendix-black: #2b2c36;
  --white: #ffffff;
  --botticelli: #cddee9;
  --catskill-white: #f0f6fb;

  --font-family-century_gothic-bold: "Century Gothic-Bold", Helvetica;
  --font-family-noto_sans_jp: "Noto Sans JP", Helvetica;
  --font-family-alata: "Alata", Helvetica;

  --color-kirakira-bar: linear-gradient(90deg, #2666B3 0%, #79CFEF 32%, #62C7A0 47%, #266CCC 87%);
}
