body { font-size:15px; }

.txt-white,
.txt-white * { color:#fff; }
.txt-green,
.txt-green * { color:#64a93e; }
.txt-grey,
.txt-grey * { color:#4a4a4a; }
.txt-grey2,
.txt-grey2 * { color:#595156; }
.txt-grey3,
.txt-grey3 * { color:#a29ba0; }
.txt-berry,
.txt-berry * { color:#e04b61; }

.txt-300 { font-weight:300; }
.txt-400 { font-weight:400; }
.txt-500 { font-weight:500; }
.txt-600 { font-weight:600; }
.txt-700 { font-weight:700; }

.txt-display { letter-spacing:-0.03em; color:#314022; }
.txt-right { text-align:right; }
.txt-center { text-align:center; }
.txt-justify { text-align:justify; }
.txt-caps { text-transform:capitalize; }
.txt-upper { text-transform:uppercase; }
.txt-underline { text-decoration:underline; }