/* Agrecruit Customisations */
/* Merriweather Sans */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&family=Merriweather+Sans:wght@300;400;500;700&family=Poppins:wght@100;300;500&display=swap');

html, body, h1, h2, h3, h4, h5, h6, a {
  font-family: 'Merriweather Sans', sans-serif !important;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 { font-size: 1.7em; line-height: 1.8em; }
h2 { font-size: 1.6em; line-height: 1.7em; }
h3 { font-size: 1.5em; line-height: 1.6em; }
h4 { font-size: 1.4em; line-height: 1.5em; }
h5 { font-size: 1.3em; line-height: 1.4em; }
h6 { font-size: 1.2em; line-height: 1.3em; }
 
html, body {
  font-size: 1.05em;
}

