@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/roboto-v51-cyrillic_latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/roboto-v51-cyrillic_latin-600.woff2") format("woff2");
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, "Segoe UI", sans-serif;
  background-color: #1a1b22;
  background: radial-gradient(circle at center, #1a1b22 0%, #0f1013 100%);
  background-attachment: fixed;
  color: #e1e1e6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

a {
  color: #4da6ff;
  text-decoration: none;
  transition: color 0.15s ease;
  margin: 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}

a:hover {
  color: #80c0ff;
  text-decoration: underline;
}

.container {
  /* text-align: center; */
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  color: #fff;
}

.lora {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.preset {
  background-color: #1a1a1e;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  border: 1px solid #29292e;
  min-width: 120px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.preset-label {
  font-size: 0.75rem;
  color: #7c7c8a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.preset-value {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

h2.sub-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: #7c7c8a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.divider {
  color: #29292e;
  font-size: 1.1rem;
}


.meshcore-logo {
    width: 100%;
    max-width: 512px;
}

.meshcore-lug {
    max-width: 100%;
    width: 512px;
    text-align: right;
}
