* {
  margin: 0;
  font: 0;
  box-sizing: border-box;
}
/*********************Css color variables**************************/
:root {
  --primary--background: #0b0c10;
  --secondary--background: #1f2833;
  --secondary--background--footer: #363c42;
  --light--background: #c5c6c7;
  --primary--element: #66fcf1;
  --secondary--element: #45a29e;
  --white-color: #ffffff;
  /***********************font sizes**************************/
  --font-xxs: 5px;
  --font-xs: 18px;
  --font-sm: 20px;
  --font-md: 28px;
  --font-lg: 43px;
  --font-xl: 50px;
  --font-xxl: 60px;
  /**********************mobile view**********************************/
  --font-xxs-m: 5px;
  --font-xs-m: 18px;
  --font-sm: 20px;
  --font-md: 28px;
  --font-lg: 40px;
  --font-xl: 50px;
  --font-xxl: 60px;
  /***********************padding**************************/
  --padding-xxs: 0.28rem;
  --padding-xs: 0.625rem;
  --padding-sm: 1.25rem;
  --padding-md: 1.875rem;
  --padding-lg: 2.5rem;
  --padding-xl: 3.125rem;
  --padding-xxl: 3.75rem;
  --padding-xxxl: 6.25rem;
  --padding-xxxxl: 5.25rem;
  --padding-xxxxxl: 1.25rem;
  /***********************margin*************************/
  --margin-xxs: 0.313rem;
  --margin-xs: 0.625rem;
  --margin-sm: 1.25rem;
  --margin-md: 1.875rem;
  --margin-lg: 2.5rem;
  --margin-xl: 3.125rem;
  --margin-xxl: 3.75rem;
  --margin-xxxl: 8.1rem;
  --margin-xxxxl: 12rem;
  --margin-xxxxxl: 14rem;
  --margin-xxxxxxl: 16rem;
  /**********************height*************************/
  --height-xxs: 0.313rem;
  --height-xs: 0.625rem;
  --height-sm: 1.25rem;
  --height-md: 1.875rem;
  --height-lg: 2.5rem;
  --height-xl: 3.125rem;
  --height-xxl: 3.75rem;
  --height-xxxl: 6.25rem;
  /***********************width*************************/
  --width-xxs: 0.313rem;
  --width-xs: 0.625rem;
  --width-sm: 1.25rem;
  --width-md: 1.875rem;
  --width-lg: 2.5rem;
  --width-xl: 3.125rem;
  --width-xxl: 3.75rem;
  --width-xxxl: 6.25rem;
  /**********************line height***********************/
  --line-height-xxs: 0.313rem;
  --line-height-xs: 0.625rem;
  --line-height-sm: 1.35rem;
  --line-height-md: 1.875rem;
  --line-height-lg: 2.5rem;
  --line-height-xl: 3.125rem;
  --line-height-xxl: 3.75rem;
  --line-height-xxxl: 6.25rem;
}
