<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'antonioregular';
    src: url('../fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('../fonts/antonio-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
      	 url('../fonts/lato-regular-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* fonts */
:root {
  font-family:'latoregular',sans-serif;
}
b,strong {
  font-family:'latobold',sans-serif;
}
h1,h2,h3,h4,h5,h6,
.overlay-text p {
  font-family:'antonioregular',sans-serif;
}

/* font-size */
figcaption .overlay-text {
  font-size:2.2em;
}

/* vertical center */
.frame-type-textpic .row &gt; div {
  align-self:center!important;
}

@media screen and (max-width:450px) {
  .footer-links {
    float:left!important;
  }
}</pre></body></html>