:root {
  --shop-primary-color: #314cb6;
  --shop-primary-rgb: 229, 87, 73;
  --shop-secondary-color: #f9e900;
  --shop-secondary-rgb: 56, 188, 158;
  --shop-primary-font: "Poppins", sans-serif;
}

.btn {
  border-radius: 8px !important;
}
