/* ATOMIC STYLES */

.D\(ib\) {display: inline-block;}
.Fw\(b\) {font-weight: bold;}

.H\(full\){height: 100%}
.W\(full\){width: 100%}

.W\(60\){width: 60%}

/* FONT SIZES: 
  s = small (1.125rem)
  m = medium (1.25rem)
  l = large (1.5rem)
  xl = extra-large (2rem)
*/
.Fz\(s\) {font-size: 1.125rem;line-height: 1.5}
.Fz\(m\) {font-size: 1.25rem;line-height: 1.5}
.Fz\(l\) {font-size: 1.5rem;line-height: 1.5}
.Fz\(xl\) {font-size: 2rem;line-height: 1.5}

.Bgc\(blue\){background-color:#16519a}
.Bgc\(red\){background-color: #ff2300}
.Bgc\(green\){background-color: green}
.Bgc\(violet\){background-color: indigo}
.Bgc\(pink\){background-color: pink}
.Bgc\(lightblue\){background-color: lightblue}
.Bgc\(orange\){background-color: orange}
.Bgc\(fuxia\){background-color: fuchsia}
.Bgc\(lemon\){background-color: greenyellow}
.Bgc\(maroon\){background-color: maroon}
.Bgc\(darkblue\){background-color: midnightblue}
.Bgc\(olive\){background-color: olive}

.C\(w\){color: white}

.Pos\(bottom\){position: absolute; bottom: 0;}

.Zi\(1\){position: relative;z-index: 1}

.Lh\(2x\){line-height: 2}

