/* Vibe: Flat and clean lines, sans-serif typography */
:root {
  --border-radius-card: 0px;
  --border-radius-button: 0px;
  --border-radius-panel: 0px;
  --font-family: Roboto, Helvetica, sans-serif;
  --font-weight: 500;
  --card-border: 1px solid rgba(0, 0, 0, 0.15);
  --card-shadow: none;
}
