@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;
}
.messages,
.messages--status {
  margin: 3.45rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0074BD;
  background-color: #fafdff;
  color: #0074BD;
}
[dir=rtl] .messages,
[dir=rtl] .messages--status {
  padding: 10px 44px 10px 10px;
}
.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}
[dir=rtl] .messages__icon {
  left: auto;
  right: 10px;
}
.messages__icon path {
  fill: #0074BD;
}
.messages__highlight {
  color: #000000;
}
.messages__list {
  margin: 0;
}
.messages__item {
  list-style-image: none;
}
.messages--warning {
  border-color: #FFDD00;
  background-color: #fffce6;
  color: #000000;
}
.messages--warning path {
  fill: #FFDD00;
}
.messages--error {
  border-color: #CC0000;
  background-color: #fff0f0;
  color: #CC0000;
}
.messages--error path {
  fill: #CC0000;
}

/*# sourceMappingURL=messages.css.map */
