﻿
.text-weight--normal {
    font-family: PFDinDisplayPro-Med !important;
    font-size: 1em !important;
}

.text-weight--bold {
    font-family: PFDinDisplayPro-Bold !important;
}

.text-weight-caps{
    font-family: pantonblackcaps !important;
}

.text-spacing--ordinal {
    line-height: 1.25rem !important;
}

.text-spacing--greater {
    line-height: 1.5rem !important;
}

.text-color--dark {
    color: #427da1 !important;
}

.text-color--black {
    color: #315564 !important;
}


.text-color--light {
    color: #3ab4d5 !important;
}

.text-color--gray {
    color: gray !important;
}

.text-color--green {
    color: #57a427 !important;
}

.text-color--white {
    color: #fff !important;
}

.text-size--normal {
    font-size: 14px !important;
}

.text-size--small {
    font-size: 12px !important;
}

.text-size--greater {
    font-size: 14px !important;
}

.text-size--x-greater {
    font-size: 22px !important;
}


.text-size--large {
    font-size: 16px !important;
}

.text-size--x-large {
    font-size: 32px !important;
}

.text-align--left {
    text-align: left !important;
}

.text-align--right {
    text-align: right !important;
}

.text-align--center {
    text-align: center !important;
}

.text-one-line{
    white-space: nowrap !important;
}

.overflow-hidden{
    overflow: hidden !important;
}

.overflow-scroll{
    overflow:scroll !important;
}