.font-xxs { font-size: xx-small }
.font-xs { font-size: x-small }
.font-s { font-size: small }
.font-m { font-size: medium }
.font-l { font-size: large }
.font-xl { font-size: x-large }
.font-xxl { font-size: xx-large }

.form-field.error .select2-selection {
    border-color: red !important;
}
