@font-face {
    font-family: 'Lato';
    src: url(/fonts/lato/Lato-Regular.ttf);
}

body {
    font-family: 'Lato' !important;
}

.bg-brand-violet {
    background: #3c208f !important;
}

.bg-brand-green {
    background: #61a095 !important;
}