/***************************************************************************
* Links
****************************************************************************/
a, a:visited {
    color: inherit;
    transition: color .25s ease;
    text-decoration: underline;
}
a:hover, a:focus {
    color: inherit;
}

a:focus {
    outline: 0.125rem solid rgba(0,0,0,0.1);
}

a.no_underline { text-decoration: none; }
.menu li a {text-decoration: none;}
a.item_inner { text-decoration: none; }

/***************************************************************************
* Buttons
****************************************************************************/
.button, .button:visited{
    padding: 0.675em 1.75em;
    background-color: var(--typo-color-orange);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 4em;
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 0.03em;
    opacity: 1;
}

.button:hover,
.button:focus {
    opacity: 0.85;
}
