
/* variables.css */
:root {
  --main-color: ;
  --secondary-color: #2ecc71;
  --font-size-base: 16px;
  --padding-standard: 12px 20px;
}
