/* 
Benutzerdefinierte CSS für ZeroOne 
Achim Reissner
https://achim-reissner.de
*/

/* === TYPOGRAPHY === */
.uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge, .uk-heading-3xlarge {
    color: #1F6AE1;
}
.uk-heading-small em, .uk-heading-medium em, .uk-heading-large em, .uk-heading-xlarge em, .uk-heading-2xlarge em, .uk-heading-3xlarge em{
    color: #1F6AE1;
    font-weight: 300;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge, .uk-heading-3xlarge {
    margin: 2rem 0 0 0;
    line-height: 1.1;
    hyphens: auto;

} 

* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure{
    margin-top: 0.3rem;
}

b, strong {
    font-weight: 900;
}
mark {
    background: #CFDFA2;
    color: #1b1d21;
}

.verdant-focus, .verdant-focus em, .verdant-focus a{
    color: #A3C14A !important;
}
.soft-carbon, .soft-carbon em{
    color: #1B1D21 !important;
}
.white, .white em, .white h2, .white h3, .white h4, .white h5{
    color: #FFFFFF !important;
}

/* === BUTTONS === */
.uk-button {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 1.3px;
}
.uk-button-primary {
    border: 2px solid;
}