/* BASE THEME - APANYMANTEL */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');
/* Base Theme CSS */
:root {
    --primary-color:#db7b00;
    --icons-color:#db7b00;
    --font-color:#666666;
    --titles-color:#db7b00;
    --titles-font-family:'Open Sans', sans-serif;
    --custom-font-family:'Open Sans', sans-serif;
}
/* CSS that customizes the shop */
*:not(mat-icon):not(svg):not(path):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
    font-family:var(--custom-font-family) !important;
}
*:not[class*="mat-"]{
    color: var(--font-color) !important;
}
h1,h2,h3,h4,h5,h6,{
    font-family:var(--titles-font-family) !important;
}
h1,h2,h3,h4,h5,h6,
.shop-categories-wrapper .mat-button-wrapper {
    color:var(--titles-color) !important;
}
apym-shopfilter svg,
app-shop-header svg,
apym-itemresult .mat-icon,
app-shop-header .mat-icon:not(button *),
mat-sidenav .mat-icon,
.mat-menu-panel .mat-menu-item .mat-icon,
.mas-info .mat-icon {
    color:var(--icons-color) !important;
}
.mas-info mat-expansion-panel-header {
    border-color:var(--primary-color) !important;
}
