@font-face {
    font-family: Oswald;
    src: url('https://cdn.zenglobal.au/fonts/Oswald/Oswald-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Worksans;
    src: url('https://cdn.zenglobal.au/fonts/Worksans/Worksans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url('https://cdn.zenglobal.au/fonts/Roboto/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Sancreek;
    src: url('https://cdn.zenglobal.au/fonts/Sancreek/Sancreek-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url('https://cdn.zenglobal.au/fonts/Montserrat/Montserrat-Medium.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Rubik;
    src: url('https://cdn.zenglobal.au/fonts/Rubik/Rubik-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: BreeSerif;
    src: url('https://cdn.zenglobal.au/fonts/Bree Serif/BreeSerif-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: transparent;
}

h1, h2, h3 {
    font-family: Roboto, sans-serif !important;
    text-transform: uppercase;
}

label, #user-messages, .form-control {
    font-family: Roboto, sans-serif !important;
}

.btn {
    font-family: Roboto, sans-serif !important;
    background-color: #ce2435;
    border-color: #ce2435;
}
