@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-BlackItalic.woff2) format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-BoldItalic.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-Italic.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-LightItalic.woff2) format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-MediumItalic.woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-Thin.woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amalia';
  src: url(../../../fonts/amalia/AmaliaW04-ThinItalic.woff2) format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* not in use
.fontDefaultBlack(){
    font-family: 'Amalia', Arial, sans-serif;
    font-weight: 900; // shouldn't be used
}
*/
.ObjectDetailPage_Error-reference,
.ProjectErrorPage-reference,
.RealtyErrorPage-reference {
  margin-bottom: 3rem;
}
.ObjectDetailPage_Error-actions,
.ProjectErrorPage-actions,
.RealtyErrorPage-actions {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 6em;
  font-size: 0.875em;
  text-align: left;
}
@media only screen and (min-width: 1140px) {
  .ObjectDetailPage_Error-actions,
  .ProjectErrorPage-actions,
  .RealtyErrorPage-actions {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 57px;
    padding-right: 57px;
  }
}
.ObjectDetailPage_Error-button,
.ProjectErrorPage-button,
.RealtyErrorPage-button {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
