:root{--usef-red:#c8102e;--usef-blue-primary:#012169;--usef-blue-dark:#001c54;--usef-blue-medium:#1a4797;--usef-blue-light:#83b0d4;--usef-gray:#4c4c4c;--usef-white:#ffffff;--usef-black:#000000}.text-red{color:var(--usef-red)}.text-blue{color:var(--usef-blue-primary)}.text-gray{color:var(--usef-gray)}.bg-red{background-color:var(--usef-red);color:var(--usef-white)}.bg-blue{background-color:var(--usef-blue-primary);color:var(--usef-white)}.bg-dark{background-color:var(--usef-blue-dark);color:var(--usef-white)}.bg-light{background-color:var(--usef-blue-light)}.usef-button{background-color:var(--usef-red);color:var(--usef-white);padding:12px 20px;text-decoration:none;display:inline-block}.usef-button:hover{background-color:var(--usef-blue-medium)}