/**

* Basic typography style for copy text
*/

body {

color: $text-color;
font: 400 14px/1 $text-font-stack;

}

p {

font-size: 14px;
line-height: 20px;

}

.bold {

font-weight: 700;

}

.text-center {

text-align: center;

}