@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "IBMPlexSans";
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/IBMPlexSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome5Free-Solid";
  font-weight: 900;
  font-display: swap;
  src: url("../../assets/fonts/Font Awesome 5 Free-Solid-900.otf") format("opentype");
}
@font-face {
  font-family: "IBMPlexSans-Bold";
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/fonts/IBMPlexSans-Bold.otf") format("opentype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

.number {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
  white-space: nowrap;
}

.text_label {
  line-height: 15px;
  margin-bottom: 3.0px;
  width: 20px;
}

.store-restaurant {
  align-self: flex-start;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
  min-width: 129px;
  white-space: nowrap;
}

.choose-a-beer {
  align-self: flex-start;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
  min-width: 103px;
  white-space: nowrap;
}

.sort-by-distance {
  align-self: flex-start;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
  min-width: 118px;
  white-space: nowrap;
}

.find-beer {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  width: 108px;
}