html{ font-size: 14px; } body{ font-size: 1rem; } *{ box-sizing: border-box; } a{ color: color('blue'); &:hover{ color: color('blue-dark'); } &:visited{ color: #6738e4; } } h1, h2, h3, h4, h5, h6, p, ul, ol, dl, pre{ margin: 0; margin-bottom: 1em; // might want to do rem &:last-child{ margin-bottom: 0; } } ul, ol, dl{ ul, ol, dl{ margin-bottom: 0; } } dd{ margin-left: 0; margin-bottom: 0.5em; } dt{ font-weight: bold; } table{ background-color: transparent; border-collapse: collapse; td, th{ display: table-cell; text-align: left; } } fieldset{ margin: 0; padding: 0; border: none; } textarea{ resize: vertical; } input, select, textarea, button{ margin: 0; line-height: inherit; } #{$text-inputs}, textarea{ border:1px solid lighten(color('gray'), 40); } [hidden] { display: none !important; } time{ @include text-overflow; } button{ font-family: $system-font; color: color('gray'); cursor: pointer; }