:root {
  --cgt-red: #E20714;
  --cgt-darkred: #900;
  --cgt-yellow: #f7c948;
  --cgt-black: #1f1f1f;
  --cgt-white: #ffffff;
  --text-dark: #333;
  --font-main: 'Arial', sans-serif;
  --border-radius: 25px;
  --margin-top: 1rem;
  --margin-bottom: 0.8rem;
  --shadow-default: 0 4px 8px rgba(0, 0, 0, 0.5);
}