/* Teamwork Desk CSS */

/* Define a variable for the primary dark blue color */
:root {
    --Telecompaper-Primary-Dark-Blue: #003A69;
}

/* Style for H2 elements */
h2 {
    color: var(--Telecompaper-Primary-Dark-Blue, #003A69);
    font-family: "Roboto";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 108.333% */
}