:root {
  --white: #ffffff;
  --wine: #951B81;
  --blue: #477EC0;
  --green: #259F8A;
  --gray: #3e3e3e;
  --dark-gray: #151515;
  --light-gray: rgba(236,236,236,0.1);
  --border-gray: #787878;
  --bg-background: #1F1820;
  --bg-footer: #242424;
  --font-dark-mode: #ffffff;
  --bg-btn-demo: #282828;
  --whatsapp-color: #25d366;
  --whatsapp-color-hover: #128c7e;
  --font-btn-demo: #9D9B9B;
  --regular: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --radius-default: 16px;
}

