
@font-face {
    font-family: 'Manrope';
    src: url('Manrope/Manrope-Regular.ttf') format('truetype');
}
html, body {
    font-family: 'Manrope';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: 'Manrope';
    font-weight: inherit;
}
