@import "scss/base";

/* --- HELPER --- */
.mw-centered {
  @include centered-960;
}

.mw-centered-1200 {
  @include centered-1200;
}

.alignRight {
  text-align: right;
}

/* --- CE SPACING --- */
.spc_default {
  margin-bottom: 45px;
}
.spc_paragraph {
  margin-bottom: 1.5rem;
}

/**
 * Add custom styles here
 */

@include set-sticky-footer(170px); // Example: Make the footer sticky with a fixed height of 170px

.inside { @include centered-960 } // Example: All inside classes will be centered with a max-width of 960px