:root {
  --primary_color: #ff4f7b;
  --secondary_color: #00b8d9;
  --third_color: #ffd23f;
  --primary_font: 'Nunito', sans-serif;
  --primary_color_font: #9e1739;
  --secondary_font: 'Inter', sans-serif;
  --secondary_color_font: #24323d;
  --preloader_background_color: #00194b;
  --preloader_font: 'DM Sans', sans-serif;
  --preloader_font_color: #ffffff;
  --general_border_radius: 15px;
}
