@font-face {
  font-family: "Bree Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bree-serif-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bree Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bree-serif-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/nunito-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/nunito-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --nf--preset--font-size--small: 0.875rem;
  --nf--preset--font-size--base: 1rem;
  
  --nf--preset--font-size--large: 1.625rem;
  --nf--preset--font-size--display: 3.75rem;
  --naf-color-red: #d9181a;
  
  
  
  --naf-color-blue: #0653ba;
  --naf-color-purple: #5e40a6;
  --naf-color-gray: #6e6d6d;
  --naf-color-background: #ffffff;
  --naf-color-text: #1c1c1c;
  
}

.has-small-font-size {
  font-size: var(--nf--preset--font-size--small) !important;
}





.has-large-font-size {
  font-size: var(--nf--preset--font-size--large) !important;
}

.has-display-font-size {
  font-size: var(--nf--preset--font-size--display) !important;
}

.has-red-background-color {
  background-color: var(--naf-color-red) !important;
}









.has-blue-color {
  color: var(--naf-color-blue) !important;
}

.has-purple-color {
  color: var(--naf-color-purple) !important;
}



.has-background-color {
  color: var(--naf-color-background) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--naf-color-background);
  color: var(--naf-color-text);
  font-family: "Nunito Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nf-block-heading,
.nf-block-post-title,
.nf-block-query-title {
  font-family: "Bree Serif", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

a {
  color: var(--naf-color-red);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nf-site-blocks {
  min-height: 100vh;
}

.naf-site-header {
  border-bottom: 1px solid rgb(28 28 28 / 14%);
}

.naf-site-header a {
  text-decoration: none;
}

.naf-site-title a {
  color: var(--naf-color-text);
  font-family: "Bree Serif", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.naf-site-footer {
  border-top: 1px solid rgb(28 28 28 / 14%);
}

.naf-content-shell {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.naf-hero {
  min-height: 58vh;
}

.naf-hero-rule {
  height: 10px;
  max-width: 180px;
}

.nf-block-button__link,
.nf-element-button {
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.nf-block-button__link:hover,
.nf-element-button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.nf-block-post-date,
.nf-block-post-author-name {
  color: var(--naf-color-gray);
  font-size: 0.875rem;
}

.has-text-align-center {
  text-align: center;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  width: auto;
}

@media (max-width: 782px) {
  .naf-hero {
    min-height: auto;
  }

  .naf-site-header .nf-block-group {
    align-items: center;
  }

  .reverse-mobile {
    flex-direction: column-reverse;
  }
}