@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;1,400;1,700&subset=latin,latin-ext&display=swap');

html {
  font-size: 16px;
}

body {
  font-family: 'Public Sans', Arial, sans-serif;
  line-height: 1.40;
  padding: 10px;
}

h2, h3 {
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
  color: #1f618d;
}
a:hover, a:focus {
  color: #be0f34;
}
