html {
  font-family: "freight-sans-pro",sans-serif !important;
  font-size: 18px;
}

body main, body input{
  font-size: 15px;
}

.txt-center {text-align: center !important;}
.txt-upper {text-transform: uppercase;}
.txt-blue {color: #04ACE3;}
.txt-header {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.txt-bold {font-weight: 700;}
.txt-small {font-size: 13px; line-height: 120%;}
.txt-smaller {font-size: 15px; line-height: 120%;}
.txt-xlarge {font-size: 30px;}
.txt-black {color: #3C3737;}
.txt-gray {color: #949592;}
.txt-darkGray {color: #222326;}
.txt-highlighted, .txt-highlighted:link, .txt-highlighted:hover, .txt-highlighted:visited, .txt-highlighted:active {color: #FB9F30 !important;}
.txt-darkBlue {color: #2a394f;}

.txt-readability {
  line-height: 140%;
}