/* CUSTOM PROPERTIES */
:root {
  /* fonts */
  --menuFont: Abel;
  --footerMenu: Abel;
  --headline: Abel;
  /* --headline: Abel; */
  --basefont: Abel;
  --lyricsfont: Satoshi;
  --textFont: Satoshi;
  --readingFont: Inter;

  /* header */
  --header-height: 4.5em;

  /* colors */
  --lightText: #cfcfcf;
  --oldTextH: #dde07a;
  --oldText: #d2d3b9;
}
