/* =====================================
   SHOP THEME - VARIABLES
===================================== */

:root {
  --primary: #00ff00;
  --secondary: #ff00ff;
  --background: #ffff00;
  --surface: #00ffff;
  --outline: #ff0000;
  --text: #0000ff;
}
