/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); */

/* html {
  color-scheme: light dark;
} */
body {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  /* font-family: Tahoma, Verdana, Arial, sans-serif; */
  /* font-family: sans-serif; */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.layout {
  /* padding: 8px; */
}

.head {
  padding: 0px 8px;
  padding-top: 16px;
}

.head-top {
  display: flex;
  align-items: center;
}

.head-top-right {
  display: flex;
}

.head-brand {
  font-size: 1.5rem;
  font-weight: 700;
}
.head-brand > a {
  color: inherit;
  text-decoration: none;
}

.head-categories {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.head-category-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.head-category-link > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-category-link > div > svg {
  width: 16px;
  height: 16px;
}

.content {
  margin-top: 16px;
  padding: 0px 8px;
}

.page-label {
  font-size: 1.2rem;
}

.head-top-grow {
  flex-grow: 1;
}
.head-top-right-menu {
  display: none;
}

.head-top-right-menu-btn {
  display: flex;
  margin: 0px;
  padding: 8px;
  background-color: transparent;
  border: 1px solid oklch(70.4% 0.04 256.788);
  border-radius: 8px;
  color: oklch(55.4% 0.046 257.417);
}

.head-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 500px) {
  .head-top-right-menu {
    display: block;
  }
  .head-top-right {
    display: none;
  }
}

.head-top-right-link-btn {
  text-decoration: none;
  padding: 8px;
  border-radius: 8px;
}

.head-top-right-link-btn-outline {
  /* background-color: #0073ff; */
  background-color: oklch(92.9% 0.013 255.508);
  /* color: #fff; */
  /* color: oklch(27.9% 0.041 260.031); */
  color: #000;
}

.head-top-right-link-btn-text {
  /* background-color: #fff; */
  background-color: #fff;
  /* color: #0073ff; */
  /* color: oklch(27.9% 0.041 260.031); */
  color: #000;
}

/* 
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
