/* import fonts */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf')  format('truetype');
    font-weight: medium;
    font-style: normal;
}

/* Set font family for application */
body {
    font-family: 'Roboto';
}

.navbar-brand {
    padding-left: 15px;
}

.btn.btn-section{
    padding: 12px 16px; /* Some padding */
    min-width: 250px;
}

.btn-text {
    padding-left: 10px;
}