:root {
    --theme-primary: #F3684B;
    --theme-primary-rgb: rgb(243, 104, 75);
    --theme-secondary: #A7A991;
    --theme-secondary-rgb: rgb(167, 169, 145);
    --theme-primary-text-emphasis: #F3684B;
  
    --theme-logo-url: url("https://via.placeholder.com/50x50?text=Logo");
  }