@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body, button, input, select, textarea {
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, .button, .eyebrow, .main-nav, .site-footer {
  font-family: 'Roboto', sans-serif;
}
.page-feature-photo{width:100%;height:380px;object-fit:cover;border-radius:12px;margin:12px 0 28px}
.page-extra-copy{padding-top:25px;padding-bottom:35px}
.aside-custom-copy{margin-top:24px;font-size:14px;line-height:1.9}
@media(max-width:520px){.page-feature-photo{height:230px}}
