@font-face {
    font-family: 'KLM Universal Regular';
    src: url('./klm-universalsans-display-regular') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'KLM Universal Bold';
    src: url('./klm-universalsans-display-bold') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'KLM Universal Medium';
    src: url('./klm-universalsans-display-medium') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'KLM Universal Light';
    src: url('./klm-universalsans-display-light') format('woff');
    font-weight: 200;
}

h1 {
    font-family: 'KLM Universal Regular';
    font-size: 22px !important;
    color: #00A1DE;
    font-weight: normal !important;
    line-height: 22px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

h2 {
    font-family: 'KLM Universal Regular';
    font-size: 20px !important;
    color: #00A1DE;
    font-weight: normal !important;
    line-height: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

h3 {
    font-family: 'KLM Universal Regular';
    font-size: 18px !important;
    color: #00A1DE;
    font-weight: normal !important;
    line-height: 18px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}