:root {
    --color--primary-50: #19365a;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('/fonts/Roboto-VariableFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('/fonts/Roboto-VariableFont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


body {
    background-image: url(/themes/custom/mievent/img/mievent-pattern.png);
    font-family: 'Roboto-Regular', sans-serif;    
}
b, strong {
    font-family: 'Roboto-Bold', sans-serif;       
}
footer.site-footer {
    color: white;
    font-family: 'Roboto-Regular', sans-serif;
}