/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Barlow Regular';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Regular.ttf"); }

@font-face {
  font-family: 'Barlow Medium';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Medium.ttf"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/MyriadPro-Regular.woff2"); }

[data-aos="fill-in-text"].aos-animate {
  -webkit-clip-path: inset(0);
          clip-path: inset(0); }

.section-content .content {
  font-size: 13px;
  display: flex;
  gap: var(--spacing-xs);
  font-weight: 700; }
  .section-content .content .category {
    display: flex;
    gap: .2em; }
    .section-content .content .category ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .section-content .content .category ul a {
        color: var(--gray); }
  .section-content .content .excerpt {
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: var(--blue); }

/*# sourceMappingURL=content.css.map */
