:root {
  font-family: 'Lucinda Condensed', sans-serif;
  font-size: 20px;
}

@font-face {
  font-family: "Lucinda Condensed";
  src:
    local("Lucinda Condensed"),
    url("fonts/lucidity-condensed.woff2") format("woff2"),
    url("fonts/lucidity-condensed.woff") format("woff"),
    url("fonts/lucidity-condensed.eot") format("embedded-opentype");
}
