:root {
  --black: #26252b;
  --white: #fff;
  --red: #ff2727;
  --blue: #1e73be;
  --blue2: #35516b;
  --dark-blue: #031628;
  --grey-for-bc: #f8f9fa;
  --grey-for-lines: #d4d4d5;
  --grey-for-text: #797d86;
  --transition: 0.3s ease-in-out;
  --font-family: 'Manrope', sans-serif;
  --box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  --border-radius: 0px;
  --screen-xs: 700px;
  --screen-sm: 1000px;
  --screen-md: 1115px;
  --screen-lg: 1380px;
  --screen-xl: 1830px;
  --screen-full: 100%;
  --screen-mob-padding: 0 15px;
  --screen-desk-padding: 0 30px;
}
