@import url('https://fonts.googleapis.com/css?family=Poppins:400');
html {font-size: %;} /*px*/
body {
background: white;
font-family: 'Poppins', sans-serif;
font-weight: 400;
line-height: 1.75;
color: #000000;
}
p {margin-bottom: 1rem;}
h1, h2, h3, h4, h5 {
margin: 3rem 0 1.38rem;
font-family: 'Poppins', sans-serif;
font-weight: 400;
line-height: 1.3;
}
h1 {
margin-top: 0;
font-size: rem;
}
h2 {font-size: rem;}
h3 {font-size: rem;}
h4 {font-size: rem;}
h5 {font-size: rem;}
small, .text_small {font-size: rem;}