/*
Theme Name: neve
Theme URI: neve
Description: A child theme of neve
Author:#
Author URI:#
Version: 1.0.0
Template: neve
*/


* {
  box-sizing: border-box;
}

html {font-size: 100%;} /*16px*/

body {

font-family: 'Poppins', sans-serif;
font-weight: 400;
line-height: 1.75;

}

p {margin-bottom: 1rem;
  color: #000000 ;
}

h1, h2, h3, h4, h5 {
margin: 1rem 0 1.38rem;
font-family: 'Poppins', sans-serif;
font-weight: 700;
line-height: 1.3;
color: #000;
}

h1 {
margin-top: 0;
margin-bottom: .1rem;
font-size: 3.052rem;
}

h2 {font-size: 2.441rem;}

h3 {font-size: 1.953rem;}

h4 {font-size: 1.563rem;}

h5 {font-size: 1.25rem;}

small, .text_small {font-size: 0.8rem;}

html {
  font-size: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.3;

  font-size: 16px;

 
}


