/* Fonts & Colors */
:root {
  --black: #0a0a0a;
  --yellow: #ffd500;
  --green: #00b050;
  --white: #fff;
  --gray: #ccc;
}