@font-face {
    font-family: 'proxima_novabold';
    src: url('/fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('/fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*, *::after, *::before {
    font-family: 'proxima_novaregular';
}

.breyna-text-bold {
    font-family: 'proxima_novabold'!important;
}