@import url('https://bhipone.com/assets/css/var.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html,
body {
    font-family: var(--bo-body-font);
    font-size: var(--bo-font-size);
}

h1:focus {
    outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: var(--bo-title-font);
    margin: 0;
}

h1,
.h1 {
    font-size: 34px;
    line-height: 36px;
}

h1.small,
.h1-small {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 28px;
}

h2.large,
.h2-large {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 21px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}