.font-size-16 { font-size : 16px; }
.font-size-18px { font-size : 18px; }
.font-size-24px { font-size : 24px; }
.font-size-32px { font-size : 32px; }

.font-weight-700 { font-weight : 700; }
.font-weight-600 { font-weight : 600; }
.font-weight-500 { font-weight : 500; }
.font-weight-400 { font-weight : 400; }

.margin-32 { margin : 32px; }

.float-right { float : right; }

.display-none { display: none; }

.background-orange { background-color : #FF8000 ; }

.opacity-0 { opacity : 0.0; }
.opacity-1 { opacity : 1.0; }

.flex-grow-1 { flex-grow : 1; }

.max-width-100 { max-width : 100%; }
