/******************************************/
/* Fonts
******************************************/
@font-face {
    font-family: 'league_gothicregular';
    src: url('../fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
    url('../fonts/leaguegothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Font League gothic */
.site-links a,
.site-help a,
.site-title span,
.navigation a,
#site-lang button,
.btn,
.footer-links ul a,
#home-products li a span,
label,
.banner-text,
h2,
h3,
.products-list > li .product-descr h3,
*.title-small,
.website-title h3,
.list-categories a,
.news-list h3,
.news-list .news-date,
.more-link a,
.bloc-product dt,
.definition-list dt,
[class^="btn-"] a,
.list-menu li a {
    font-family: 'league_gothicregular';
}

/* Styles utilisateur */
.light {
    /*color: #AAAAAA;*/
    color: var(--secondary-base);
}

.dark {
    color: var(--color-border);
}

*.title-small {
    font-size: 1.4rem;
    line-height: 1.5rem;
}