/* Regular */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/subset-Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/subset-Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/subset-Poppins-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
}

a {
    text-decoration: none;
    color: #0056b3;
}

nav {
    color: #fff;
    padding: 0;
}

h1, h2, h3 {
    margin: 0 0 10px 0;
}