@charset "utf-8";

:root {
  --dark-080: rgba(28, 28, 28, 0.8);
  --orange: #ff8c00;
  --secondary: #008cff;
  --yellow: #ffe600;
}
