/* stylelint-disable-next-line max-line-length */
/* stylelint-disable-next-line max-line-length */
/* Creates CSS3 Variables and adds them to root
 * @params
 *  $map - expects a map that contains 'core', 'on', 'text', and 'state' maps
 * @output
 *  --{key}-rgb: {val} - rgb value of the key
 *  --{key}-color: rgb(var(--{key}-rgb)) - variable meant for css:color use
 *  --{key}-bg: var(--{key}-color) - bg color meant for css:background use
 */
html {
  scroll-behavior: smooth;
  background: black;
  background: var(--ipt-baseAlt-bg); }

.page-grid {
  background: black;
  background: var(--ipt-baseAlt-bg); }

.hero {
  padding-bottom: 0.5rem; }

.ipc-page-section.featured-today {
  margin-bottom: 0.5rem; }

.page-lazy-loader {
  width: 100%;
  text-align: center; }


/*# sourceMappingURL=main.65296f4967bf7376bc67.css.map*/