/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #333; }

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold; 
  font-size: 30px; }

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 26px; }

h3 {
  font-size: 18px;
  font-weight: 400; }

table {
  max-width: 100%; }
