:root {
  /* Fonts  */
  --agharti-bold-font: AghartiBold, sans-serif;
  --agharti-regular-wide-font: AghartiRegularWide, sans-serif;


  /* Colors */
  --white-color: #fff;

  --primary-color: #310d0d;
  --primary-hover-color: #5e0e0e;

  --secondary-color: #e67373;
  --secondary-hover-color: #d14949;
}
