@import 'common/index.css?v=1.1';

* {
  font-family: "Poppins";
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
    --bg-lightblue: #0078C0;
    --bg-footer-red: #ce1d4e;
    --bg-blue: #00569b;
    --cards-bg-darkblue: #00569b;
    --bg-red: #e31e24;
    --color-black1: #444444;
    --color-black2: #555555;
    --color-black: #222222;
    --color-pure-black: #000;
    --color-white: #ffffff;
    --color-red1: #91203e;
    --color-red2: #eb1c24;
    --color-blue: #006C95;
    --bg-blue1: #e2edff;
    --bg-blue2: #d7e7f5;
    --color-lightgray: #d3d3d3;
    --color-track-blue: #0793ea;
    --cards-bg-white: #ffffff;
    --footer-link-white: #ffffff;
    --cards-bg-red: #e31e24;
    --cards-bg-blue: #e2edff;
    --blue-gradient: linear-gradient(to bottom, #b2e1ff 0%, #66b6fc 100%);
    --blue-gradient2: linear-gradient(to bottom, #add9e4 0%, #d9edf2 60%, #f7fbfc 100%);
    --input-bg: #cbd4e5;
    --blue-white-gradient: linear-gradient(to bottom, #add9e4 0%, #d0edf4 60%, #d3f6ff 100%);
    --dropdowm-bg: #ddebf8;
    --page-blue-bg: rgb(235 240 245);
    --text-x-small: .9rem;
    --text-small: 1rem;
    --text-medium: 1.5rem;
    --text-large: 2rem;
}

/*@media (max-width:768px){
  :root{
    --text-small: .8rem;
    --text-medium: 1rem;
    --text-large: 1.5rem;
  }
}*/
