:root {
  --color-pink: #e279b7;
  --color-yellow: #e6c333;
  --color-primary: var(--color-pink);
  --color-bg: #efe3d5;
  --color-fg: #000000;

  --cursor-size: 24px;
  --cursor-color: #000000;
  --max-width: calc(25 * var(--vspace-0));
}

html {
  color-scheme: only light;
}

header > nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header > nav > ul,
header > nav > ol {
  margin-top: var(--vspace--1);
}

header > nav ul li svg {
  display: inline-block;
  /* padding: 0.1rem 1rem; */
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  header > nav > ul {
    flex-direction: column;
    text-align: right;
  }
}

main > ul > li {
  list-style-type: none;
}

blockquote {
  text-align: center;
  max-width: var(--max-width);
}

.big-title {
  /* font-family: "Soria"; */
  text-align: center;
  font-family: InterVariable, sans-serif;
  /* font-weight: 600; */
  color: var(--color-fg);
}

h1 {
  /* font-family: "Soria"; */
  /* font-weight: 600; */
  text-align: center;
  font-family: InterVariable, sans-serif;
  /* font-weight: 600; */
}

h2,
h3 {
  font-family: InterVariable, sans-serif;
  /*   font-family: "Soria"; */
  /*   font-weight: 600; */
}

svg.ruby {
  width: calc(var(--max-width) / 4);
}

img.banner {
  width: 100%;
  max-width: calc(var(--max-width) * 1.5);
}

.bot {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}

.cluster {
  justify-content: center;
  --vspace: var(--vspace-1);
}
