@font-face {
    font-family: 'apis';
    src: url('4e921b99152dcc247c3eb9e71b182c24.woff2') format('woff2'),
        url('4e921b99152dcc247c3eb9e71b182c24.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --md-text-font: "apis"; 
    --md-primary-fg-color: #001965;
    --md-typeset-color: #001965;
    --md-footer-bg-color: #001965;
  }

strong, b {
  color: #454B5C;
  font-weight: bold;
}

.md-content a,
.md-content a:visited {
    color: #78a0f7; /* Bright blue for visibility */
    text-decoration: underline;
    transition: color 0.3s ease;
}
