/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
/**
 * Helper to combine media query conditions.
 *
 * Arguments are breakpoint names to retrieve conditions from.
 */
/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
/* stylelint-disable plugin/stylelint-bem-namics */
/* stylelint-disable plugin/stylelint-bem-namics */
/**
 * Helper to combine media query conditions.
 *
 * Arguments are breakpoint names to retrieve conditions from.
 */
/**
 * Helper to combine media query conditions.
 *
 * Arguments are breakpoint names to retrieve conditions from.
 */
/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
/**
 * Helper to set a grid auto flow based on a number of max columns with content
 * filling the rest of the grid.
 *
 * Typical use case: I want grid items to fill 3 columns when i have
 * 10 of them and fill 4 columns when i only have 2 items.
 * 3 cases represented bellow.
 * | - - - - - - |
 * | 1 1 1 2 2 2 |
 * | - - - - - - |
 * | 1 1 2 2 3 3 |
 * | - - - - - - |
 * | 1 1 2 2 3 3 |
 * | 4 4 . . . . |
 * | - - - - - - |
 * See this video if needed: https://www.youtube.com/watch?v=GGcDLOuKaiA
 */
/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
/**
 * Helper to combine media query conditions.
 *
 * Arguments are breakpoint names to retrieve conditions from.
 */
/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
/**
 * Helper to set a grid auto flow based on a number of max columns with content
 * filling the rest of the grid.
 *
 * Typical use case: I want grid items to fill 3 columns when i have
 * 10 of them and fill 4 columns when i only have 2 items.
 * 3 cases represented bellow.
 * | - - - - - - |
 * | 1 1 1 2 2 2 |
 * | - - - - - - |
 * | 1 1 2 2 3 3 |
 * | - - - - - - |
 * | 1 1 2 2 3 3 |
 * | 4 4 . . . . |
 * | - - - - - - |
 * See this video if needed: https://www.youtube.com/watch?v=GGcDLOuKaiA
 */
/* stylelint-disable */
/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
/* stylelint-disable plugin/stylelint-bem-namics */
/* stylelint-disable plugin/stylelint-bem-namics */
/* stylelint-disable plugin/stylelint-bem-namics */
/* stylelint-disable plugin/stylelint-bem-namics */
/* stylelint-disable plugin/stylelint-bem-namics */
/**
 * Mixin covering markups where there is a titles parent selector with
 * two children title + subtitle.
 */
/**
 * Helper to convert line height to a unitless value.
 *
 * $font-size = Source font size in px (no unit in input).
 * $line-height = Expected line height in px (no unit in input).
 */
.maintenance-page header {
  margin: 1rem auto 2rem;
  text-align: center;
}
.maintenance-page header img {
  width: 100%;
  max-width: 15rem;
}
.maintenance-page main {
  width: 40rem;
  max-width: 90%;
  margin: auto;
  text-align: center;
}
.maintenance-page main > h1 {
  margin-block-end: var(--spacing-3);
}
@media (min-width: 1024px) {
  .maintenance-page header img {
    max-width: 20rem;
  }
}
/*# sourceMappingURL=maintenance.css.map */
