@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
@font-face {
  font-family: Sizebay;
  src: url('https://static.sizebay.technology/font/stores/fontRuler/fonts/buttons-icons.woff');
}

@font-face {
  font-family: Sizebay;
  src: url('https://static.sizebay.technology/font/stores/fontRuler/fonts/untitled-font-3.woff');
}

:root {
  --main-font: 'Outfit', sans-serif;
  --main-color: #000000;
}

div.szb-vfr-btns {
  gap: 1em;
  margin-bottom: 1em;
}

button.vfr__button--clean {
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
  margin: 0px;
  height: max-content;
  line-height: normal;
}

.vfr__button--clean:hover {
  text-decoration: none;
}

button.vfr__button--clean::before {
  display: flex;
  font-family: Sizebay;
  font-size: 19px;
  text-transform: none;
  color: rgb(0, 0, 0);
  align-self: center;
  margin-right: 5px;
}

button#szb-vfr-button::before {
  height: 13px;
  content: 'a';
}

button#szb-measurements-button::before {
  height: 11px;
  content: 'b';
}

@media screen and (width <= 768px) {
  #szb-container {
    margin: 0;
  }

  .vfr__button--clean {
    font-size: 13px !important;
  }
}
