@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Inlander";
  src: url("../../fonts/inlander/Inlander-Regular.otf") format("opentype");
  font-style: normal;
}
.inline-sibling,
span.field-label,
.field--label-inline .field__label {
  display: inline;
  margin-right: 10px;
}
[dir=rtl] .inline-sibling,
[dir=rtl] span.field-label,
[dir=rtl] .field--label-inline .field__label,
.field--label-inline [dir=rtl] .field__label {
  margin-right: 0;
  margin-left: 10px;
}
.inline-sibling__child,
.inline-sibling *,
span.field-label *,
.field--label-inline .field__label * {
  display: inline;
}
.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
span.field-label + *,
.field--label-inline .field__label + *,
span.field-label + * > :first-child,
.field--label-inline .field__label + * > :first-child,
span.field-label + * > :first-child > :first-child,
.field--label-inline .field__label + * > :first-child > :first-child {
  display: inline;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: none;
}

/*# sourceMappingURL=inline-sibling.css.map */
