﻿h1, h2, h3, h4 {
    font-family: 'Inter var';
}

h1 {
    font-weight: bold;
    color: #0073b1; /*#2a5f9d; */
    letter-spacing: 0.001em;
    text-shadow: 1px 1px #fff;
    font-size: 20px;
}

h2 {
    font-size: 18px; 
    font-weight: bold; 
    line-height: 30px;
    margin: 0;
}

h3 {
    margin-top: 0;
    font-size: 16px;
}

h2.lgs-h2 {
    font-size: 16px;
    font-weight: 600;
    font-style:normal;
    color: rgb(23, 43, 77);
    letter-spacing: -0.096px;
    line-height: 20px;
}