@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --font-family: "Inter Tight",sans-serif;
  --brand-logo: url("/images/your-logo.png");
  --color-base-100: #ffffff;
  --color-base-200: #f8f8f8;
  --color-base-300: #eeeeee;
  --color-base-content: #18181b;
  --color-primary: #000000;
  --color-primary-content: #e0e7ff;
  --color-secondary: #e22400;
  --color-secondary-content: #f9e4f0;
  --radius-selector: 0.5rem;
  --radius-field: 0.5rem;
  --radius-box: 0.8rem;
  --size-selector: 4px;
  --size-field: 4px;
  --size-grid-item-margin: 10px;
  --border-border: 1px;
  --depth-depth: 1;
  --noise-noise: 0;
}
