.g-root {
    --g-text-header-font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --g-font-family-sans: var(--g-text-header-font-family);
    --g-color-base-brand: #129399;
    --g-color-text-link: #129399;
    --g-color-text-link-hover: #45aaaf;
    --g-color-base-selection: #1293991b;
    --g-color-text-light-primary: #000000;
    --g-color-text-brand-contrast: #ffffff;
    --g-color-text-primary: #0B485D;
    /* --yfm-color-note-info-background-private: #d1ecf1;
    --yfm-color-note-tip-background-private: #c3e6cb;
    --yfm-color-note-warning-background-private: #fff3cd;
    --yfm-color-note-important-background-private: #fab6b7; */
}

.pc-header-block__title{
    font-weight: bold;
}

.pc-header-block__description{
    color: #0B485D;
}

.pc-header-block__buttons a{
    background-color: #0B485D;
    color: #ffffff;
}

.pc-header-block__buttons a:hover{
    color: #E7DFDD;
}