:root {
  --color-accent: #ff0098;
  --color-text: #111827;
  --color-text-light: #6b7280;
  --color-bg: #f9fafb;
  --color-white: #ffffff;
  --color-dark: #111827;
  --color-dark-2: #1f2937;
  --container-width: 1280px;
  --radius: 10px;
  --background: #ffffff;
  --foreground: #111827;
  --card: #ffffff;
  --card-foreground: #111827;
  --primary: var(--color-accent);
  --primary-foreground: #ffffff;
  --secondary: #ececf0;
  --secondary-foreground: #111827;
  --muted: #ececf0;
  --muted-foreground: #6b7280;
  --border: rgba(0, 0, 0, 0.1);
  --input-background: #f3f3f5;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--foreground);
  background: var(--background);
}

.card {
  background: var(--card);
  color: var(--card-foreground);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

h1 {
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
}

h2 {
  font-size: 1.25rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
}

h3 {
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
}

h4,
label,
button {
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}

input {
  font-weight: var(--font-weight-normal);
}

input,
select,
textarea {
  background: var(--input-background);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.5rem;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--container-width), calc(100% - 2rem));
  margin: 0 auto;
}

.accent {
  color: var(--color-accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.2;
    transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.12s ease,
    box-shadow 0.2s ease;
}


.btn--primary {
  background: var(--primary);
  color: var(--primary-foreground);
  box-shadow: 0 4px 10px rgba(255, 0, 152, 0.18);
}

.btn--primary:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(255, 0, 152, 0.28);
}

.btn--primary:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(255, 0, 152, 0.2);
}

.btn--primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.toast {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 2000;

  display: flex;
  align-items: center;
  gap: 0.75rem;

  max-width: min(420px, calc(100vw - 2rem));
  padding: 1rem 1.25rem;

  background: #fff;
  color: #111827;

  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);

  animation: toast-in 0.22s ease;
}

.toast[hidden] {
  display: none !important;
}

.toast__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  border-radius: 999px;
  color: #fff;

  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.toast__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.toast__icon-error,
.toast__icon-success {
  display: none;
}

.toast--success .toast__icon-success {
  display: block;
  color: #111827;
}

.toast--error .toast__icon-error {
  display: block;
  color: #dc2626;

}

.toast--success .toast__icon-error {
  display: none;
}

.toast--error .toast__icon-success {
  display: none;
}

.toast__message {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#variant-section {
  border:none;
  margin: 0;
  padding: 0;
}

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

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

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

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

