/* restoranuiranga.lt — brand color overrides (base/stylesheet.css + this file)
 * Blue accent scheme for restoranuiranga store
 * Created: 2026-02-26 (Fazė 2)
 */
:root {
  --accent-color: #0674ec;
  --link-color: #0674ec;
  --link-hover-color: #0553b8;
  --button-primary-bg: #0674ec;
  --button-primary-hover-bg: #0553b8;
}

a {
  color: var(--link-color);
}

a:hover {
  color: var(--link-hover-color);
}
