:root {
  /* Main Colors (from InBio theme) */
  --primary-color: #ff014f;
  --secondary-color: #1e2125;
  --background-light: #ffffff;
  --background-dark: #212428;
  
  /* Text Colors */
  --text-color-dark: #3c3e41;
  --text-color-light: #c4cfde;
  --heading-color: #1e2125;
  
  /* Gradient Colors */
  --gradient-1: linear-gradient(145deg, #ff014f, #d11414);
  --gradient-2: linear-gradient(to right bottom, #212428, #16181c);
  
  /* Card Colors */
  --card-bg: #f9f9f9;
  --card-bg-dark: #1e2125;
  
  /* Border Colors */
  --border-color: #e3e3e3;
  
  /* Hover States */
  --hover-primary: #d11414;
  --hover-card: #ff014f;
} 