@font-face {
    font-family: 'Albula';
    src: url('Albula/AlbulaPro-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Albula';
    src: url('Albula/AlbulaPro-Thin.otf') format('opentype');
    font-display: swap;
    font-weight: 300;
}
@font-face {
    font-family: 'Albula';
    src: url('Albula/AlbulaPro-SemiBold.otf') format('opentype');
    font-display: swap;
    font-weight: 600;
}
@font-face {
    font-family: 'Albula';
    src: url('Albula/AlbulaPro-Bold.otf') format('opentype');
    font-display: swap;
    font-weight: 700;
}
html, body {
    font-family: Albula;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, button {
    margin: 0px;
    font-family: Albula;
}
