@import url(https://fonts.googleapis.com/css?family=Archivo:regular,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Nunito:regular,500,600,700,800);

:root{
    --header-blue_color: oklch(50.48% 0.07787 241.165);
    --black_color: oklch(0.2834 0 0);
    --background_color: oklch(0.9933 0 40.24);
    --white_color: oklch(0.9866 0 0);
    --main-text_color: oklch(83.253% 0.15303 89.07);
    --secondary-text_color: oklch(0.5467 0.1529 298.59);
    --red_color: oklch(62.8% 0.25768330773615683 29.2338851923426);
    --font-family_1: 'Archivo';
    --font-family_2: 'Nunito';
  }