﻿.text-lg {
    font-size: 1.5em;
}

.text-md {
    font-size: 1.125em;
}

.line-normal {
    line-height: 1.6;
}

.font-bold {
    font-weight: bold;
}

.list-none {
    list-style: none;
    padding-left: 0;
}