
/* TYPOGRAPHY */
/* a,p,span,h1,h2,h3,h4,h5,h6,blockquote */
/* TYPOGRAPHY */

a,p,span,h1,h2,h3,h4,h5,h6,blockquote,address, dl, ol, ul {
	padding:0px;
	margin:0px;
}

ol{
      padding-left:30px;
}

 
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6{
      color: inherit;
      font-family: inherit;
      font-weight: 500;
}

a{
    outline: none !important;
  	color:#000;
    text-decoration: none;
}

a:focus,a:hover,a:active,input:focus,input:hover,
input:active,button:focus,button:hover,button:active{
      outline: none !important;
      text-decoration: none; 
  	   opacity:0.9;  
}

select:focus {
      outline:none;
}

ul{
      list-style:none;
}

.btn {
      border-radius: 4px;
}

.inter {
    font-family: 'Inter', sans-serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.lato{
    font-family: 'Lato', sans-serif;
}

.outfit{
    font-family: 'Outfit', sans-serif;
}

.fredoka{
    font-family: 'Fredoka', sans-serif;
}

img{
      max-width:100% !important;
}

body {
    color: #000;
	font-family: 'Inter', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}





