﻿
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');

*, h1, h2, h3, h4, h5, body, *.ui.header, *.ui.button, *.ui.accordion, .title, a.header {
    font-family: 'Roboto', Arial;
    
}

.ui.styled.accordion .accordion .title, .ui.styled.accordion .title {
    font-family: 'Roboto', Arial;
    font-weight: 500;
}


body {
    padding: 1rem 0;
    font-family: 'Roboto', Arial;
}

header{
    margin-bottom:20px;
}

footer{
    margin-top:20px;
}