:root {
  --dark: #212121;
  --white: white;
  --main-highlight: #D400C6;
  --yellow: #FFFD26;
  --link-color: #002254;
  --error: red;
  --success: #FFFD26;

  --light: 300;
  --bold: 600;
}
