.large-text {
    font-size: 50px;
}

.medium-text {
    font-size: 25px;
}

.small-text {
    font-size: 15px;
}
.bold {
    font-weight: bold;
}

.text-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.text-block {
  flex: 1 1 300px;
  text-align: left;
}

.shifted-left {
    text-align: left;
    position: relative;
    top:10px;
    left:70px;
}

.shifted-right {
    text-align: right;
    position: relative;
    top: 10px;
    right: 70px;
}

.lined {
    display: inline-block;
    border-bottom: 2px solid black;
}
.compact {
    margin: 1px;
}

.work-sans-body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.work-sans-bold {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.playfair-display-heading {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
