:root{
  --theme-color-primary-light:#f7f3ed;
  --theme-color-primary:#000000;
  --theme-color-accent:#ddba83;
  --theme-text-on-accent:#000000;
  --theme-bg:#fcfaf6;
  --theme-surface:#ffffff;
  --theme-text:#0f172a;
  --theme-on-text:#000000;
  --theme-text-muted:#475569;
  --theme-border:#e5e7eb;
  --theme-border-radius:8px;
  --theme-link:#000000;
  --theme-card-bg:#ffffff;

  --theme-primary-a-12:hsla(0 0% 0% / 0.12);
  --theme-primary-a-25:hsla(0 0% 0% / 0.25);
  --theme-ring:hsla(0 0% 0% / 0.24);

  --theme-color:#000000;
  --theme-color-akcent:#ddba83;
  --theme-color2:#0f172a;
  --theme-color-stroke:#e5e7eb;

  --theme-font:"comfortaa";
}
:root[data-theme="dark"]{
  --theme-ring:hsla(0 0% 0% / 0.36);
}