/* Custom Styles */
@font-face {
    font-family: Beauty Salon Script;
    src: url('beauty_salon_script.ttf');
}

@font-face {
    font-family: Neue Einstellung Bold;
    src: url('neue_einstellung_bold.ttf');
}

@font-face {
    font-family: Donau;
    src: url('donau.ttf');
}

@font-face {
    font-family: Brittany;
    src: url('brittany.ttf');
}

.beauty_salon {
    font-family: 'Beauty Salon Script' !important;
}

.neue_eins {
    font-family: 'Neue Einstellung Bold' !important;
}

.donau {
    font-family: 'Donau' !important;
    text-transform: uppercase;
}

.brittany {
    font-family: 'Brittany' !important;
    font-weight: 400;
}








