:root {
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #edf2f7;
  --color-bg-light: #f9fafb;
  --color-bg-tertiary: #ffffff;
  --color-bg-accent: #1a77e2;
  --color-text-welcome: #ACACAC;  
  --color-text-primary: #334155;
  --color-text-secondary: #64748b;
  --color-text-accent: #1a77e2;
  --color-border-primary: #2d3748c1;
  --color-border-secondary: #edf2f7;
  --color-border-accent: #1a77e2;
  --color-bg-accent-rgb: 226, 26, 35;
}
  

.app-logo{
  width: 48px;
  height: 48px;
  background-image: url("/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}