:root {
  --primary_color: #003c8a;
  --secondary_color: #d6d6d6;
  --third_color: #d0df01;
  --primary_font: 'ADLaM Display', sans-serif;
  --primary_color_font: #1a1a1a;
  --secondary_font: 'Abel', sans-serif;
  --secondary_color_font: #cccccc;
  --preloader_background_color: #071e78;
  --preloader_font: 'Abel', sans-serif;
  --preloader_font_color: #fcfcfc;
  --general_border_radius: 15px;
}
