/**
*********************
* Base global styles.
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Mixins
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Button styles
********************
**/
/**
*********************
* Mixins
********************
**/
.dialog-off-canvas-main-canvas {
  position: relative;
}

html,
body {
  overflow-x: auto !important;
}

html {
  font-size: 16px;
}

body {
  position: initial;
  display: block;
  width: 100%;
  margin: auto;
  word-break: break-word;
  color: #262626;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 48rem) {
  body {
    font-size: 1rem;
  }
}

* {
  box-sizing: border-box;
}
*:focus {
  outline-width: 0.0625rem;
  outline-offset: 0.125rem;
}

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