.uk-logo img {
    height: 40px;
}
.uk-navbar-nav>li>a {
    font-family: 'Rubik Doodle Shadow', system-ui;
}
.uk-heading-large {
    font-family: 'Rubik Doodle Shadow', system-ui;
}
.uk-heading-small {
    font-family: 'Rubik Doodle Shadow', system-ui;    
}
.uk-card-title {
    font-family: 'Rubik Doodle Shadow', system-ui;    
}

.title-dark {
    color: var(--eigengrau);
}
.title-light {
    color: var(--shiny-shamrock);
}
.brand-text {
    font-family: 'Rubik Doodle Shadow', system-ui;   
}
.uk-button {
    font-family: 'Rubik Doodle Shadow', system-ui;   
}
.muted {
    font-size: 9px;
}
.quotation-text {
    color: var(--eigengrau);
}
/* Cards */
.badge-price {
    font-family: 'Rubik Doodle Shadow', system-ui; 
    max-width: 120px !important;
    font-size: medium;
    font-weight: bold;
}
/* NL inscription */
.nl-modal {
    background-color: var(--milk);
}
.promo {
    font-family: 'Rubik Doodle Shadow', system-ui;
    font-size: x-large;
}
/* cart page */
.cartItemImg {
    height: 37px;
    max-height: 37px;
}
/* checkout nav */
.checkout-nav {
    font-family: 'Rubik Doodle Shadow', system-ui; 
    font-size: medium;
    font-weight: bold;
}
/* sections */
.velos {
    background-color: var(--milk);
}
.accessoires {
    background-color: var(--milk);
}
.product {
    background-color: var(--milk);
}
.testimonial {
    background-color: var(--jet-stream);
}
.form {
    background-color: var(--milk);
}
.footer {
    background-color: var(--shiny-shamrock);
    color: var(--milk);
}