a {
    /*color: #06c;*/
    /*color: rgb(0, 0, 238);*/
    color: #35507a;
    font-weight: 400;
    letter-spacing: inherit;
    text-decoration: none;
}

/*
Special Link Icons
 -------------------------------------------------*/
a[target]:not(.btn),
a[href^="mailto:"]:not(.btn),
a[href^="tel:"]:not(.btn) {
    padding-left: 1.5em;
    position: relative;
}

a[target]:not(.btn)::before,
a[href^="mailto:"]:not(.btn)::before,
a[href^="tel:"]:not(.btn)::before {
    content: "open_in_new";
    display: block;
    font: 400 1em "Material Icons Outlined";
    height: 100%;
    left: 0; top: .14286em;
    position: absolute;
    white-space: nowrap;
}

a[href^="mailto:"]:not(.btn)::before {
    content: "mail_outline"
}

a[href^="tel:"]:not(.btn)::before {
    content: "phone";
    font: 400 1em "Material Icons";
}

/*
Link actions
 -------------------------------------------------*/
a[href]:link,
a[href]:visited,
a[href]:focus {
    outline: none;
}

a[href]:hover {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
