/* CSS Variables */
:root {
  --primary-color: #ffe725;
  --text-color: #454554;
  --border-color: rgba(0, 0, 0, 0.1);
}
