/* Base - Page ------------------------------------------------------- */ html,body { height: 100%; } html { font-family: $base-font-family; font-size: $base-font-size; line-height: $base-line-height; color: $base-text-color; } body { margin: 0 auto; background-color: $page-background; } a, a img, input, textarea, button { @include trans($transition-time); }