@import url('../fonts/segoe-ui/Segoe Fluent Icons.ttf') format('truetype');
@import url('../fonts/segoe-ui/Segoe UI.ttf') format('truetype');
@import url('../fonts/avenir/stylesheet.css');
@import url('../fonts/futura-lt/stylesheet.css');

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.navbar, h2 {
    font-family: Avenir, Arial, sans-serif;
}

body {
    margin-bottom: 60px;
}

h1 {
    font-family: 'FuturaLT Bold Oblique', Arial, sans-serif;
}

.fluent {
    font-family: 'Segoe Fluent Icons';
}

a {
    text-decoration: none;
    color: white;
}

p {
    font-family: 'Segoe UI', Arial, sans-serif;
}
