@font-face {
    font-family: 'BarlowCondensed';
    src: url('./fonts/BarlowCondensed-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "BarlowCondensed";
  color: #330033;
  font-size: 1.5rem;
  text-align: center;
}

li {
  list-style: none;
}
