/* Global veriables */
:root {
  --font-family: "Consolas", "franklin-Gothic", sans-serif;
  --font-weight: bold;
  --font-color-dark: #2b2b2b;
  --font-color-light: #ffffff;
  --font-size: 32px;
  --font-size-p: 20px;
  --font-size-h2: 26px;
  --box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  --background-red: #f74843;
  --background-darkred: #b5302c;
  --background-gray: #202020;
  --background-light-gray: #2b2b2b;
}