<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: 'PromixaNova';
  font-weight: 300;
  src: local(ProximaNova-Light), local(ProximaNova Light),
    url('fonts/ProximaNova-Light.woff2') format('woff2'),
    url('fonts/ProximaNova-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'PromixaNova';
  font-weight: 400;
  src: local(ProximaNova-Regular), local(ProximaNova Regular),
    url('fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('fonts/ProximaNova-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'PromixaNova';
  font-weight: 600;
  src: local(ProximaNova-Semibold), local(ProximaNova Semibold),
    url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
    url('fonts/ProximaNova-Semibold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'PromixaNova';
  font-weight: 700;
  src: local(ProximaNova-Bold), local(ProximaNova Bold),
    url('fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('fonts/ProximaNova-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
    font-family: 'SourceSerifPro';
    font-weight: 400;
    src: local(SourceSerifPro-Regular), local(SourceSerifPro Regular), url('fonts/SourceSerifPro-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSerifPro';
    font-weight: 600;
    src: local(SourceSerifPro-Semibold), local(SourceSerifPro Semibold), url('fonts/SourceSerifPro-SemiBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSerifPro';
    font-weight: 700;
    src: local(SourceSerifPro-Bold), local(SourceSerifPro Bold), url('fonts/SourceSerifPro-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansPro';
    font-weight: 400;
    src: local(SourceSansPro-Regular), local(SourceSerifPro Regular), url('fonts/SourceSansPro-Regular.ttf');
    font-display: swap;
}

html {
  font-family: 'SourceSansPro', 'PromixaNova', Arial, Helvetica, Sans-Serif !important;
}

.wysiwyg h1,
.h-1 {
  font-size: 2.5rem !important;
  font-family: SourceSerifPro;
  font-weight: 600 !important;
}

.wysiwyg h2,
.h-2 {
  font-size: 2.0rem !important;
  line-height: 1.2 !important;
  font-family: SourceSerifPro;
  font-weight: 600 !important;
}

.caption {
  font-size: 1.5rem !important;
}
</pre></body></html>