/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0.0
*/

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgb(58, 79, 102);
}

h1 {
  font-weight: 800;
  font-size: 86px;
  line-height: 86px;
  color: rgb(25, 42, 61);
}

h2, h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: rgb(25, 42, 61);
}