.font_curry {
    color: #CA8D29;
    border-color:#CA8D29;
}
.font_red {
    color: #E51E1B;
    border-color: #E51E1B;
}
.font_black {
    color:#000000;
    border-color:#000000;
}
.font_white {
    color: #fff;
    border-color:  #fff;
}
.font_lightgray {
    color:#00000029;
    border-color: #00000029;
}
.font_darkgray {
    color: #1A1918;
    border-color: #1A1918;
}

.h1 {
    font-family: 'Brandon', sans-serif;
}

.h2 {
    font-family: 'Brandon', sans-serif;
}

.h3 {
    font-family: 'Brandon', sans-serif;
}

.h4 {
    font-family: 'Brandon', sans-serif;
}

.h5 {
    font-family:  'Raleway', sans-serif;
}


.jumbo {
    font-family: 'Brandon', sans-serif;
}

.font_small {

}

.font_border {
    max-width: max-content;
}

.font_border_bottom {
    max-width: max-content;
}


.button_white_transparent {
    text-align: center;
}


.button_curry_white {
    text-align: center;
}

.nomargin {
    margin: 0 !important;
}
