


/* body {
    font: 90% / 1 'GothicFont', sans-serif;
    font-size: 80%;
} */

.fancy {

    font-family: 'FancyFont', sans-serif;
    font-size: 24px;
}   

  .dynamic-text {
    font-weight: bold;
    transition: opacity 0.5s ease-in-out;
  }