/*
Theme Name: WebExperten Child
Description: Child theme for WebExperten Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'Asap Local';
    src: url('fonts/Asap-Bold.eot');
    src: url('fonts/Asap-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-Bold.woff2') format('woff2'),
        url('fonts/Asap-Bold.woff') format('woff'),
        url('fonts/Asap-Bold.ttf') format('truetype'),
        url('fonts/Asap-Bold.svg#Asap-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Asap Local';
    src: url('fonts/Asap-Medium.eot');
    src: url('fonts/Asap-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-Medium.woff2') format('woff2'),
        url('fonts/Asap-Medium.woff') format('woff'),
        url('fonts/Asap-Medium.ttf') format('truetype'),
        url('fonts/Asap-Medium.svg#Asap-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Asap Local';
    src: url('fonts/Asap-Regular.eot');
    src: url('fonts/Asap-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-Regular.woff2') format('woff2'),
        url('fonts/Asap-Regular.woff') format('woff'),
        url('fonts/Asap-Regular.ttf') format('truetype'),
        url('fonts/Asap-Regular.svg#Asap-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Asap Local';
    src: url('fonts/Asap-SemiBold.eot');
    src: url('fonts/Asap-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Asap-SemiBold.woff2') format('woff2'),
        url('fonts/Asap-SemiBold.woff') format('woff'),
        url('fonts/Asap-SemiBold.ttf') format('truetype'),
        url('fonts/Asap-SemiBold.svg#Asap-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


.cq-accordion>ul>li { list-style: none ; border-top:1px solid #dce7eb !important;}

.cq-accordion>ul>li .accordion-content ul li {
    list-style: disc !important;
    border-top: 0px !important;
    color: #4c6172;
   
    font-family: 'Asap Local', 'Asap Local' !important;
}
.cq-accordion>ul>li .accordion-content ul {margin-left: 20px;}

@font-face {
    font-family: "Proxima Nova Medium Regular";
    src: url("fonts/proxima-nova-medium.eot");
    src: url("fonts/proxima-nova-medium.eot?#iefix") format("embedded-opentype"),
         url("fonts/proxima-nova-medium.woff2") format("woff2"),
         url("fonts/proxima-nova-medium.woff") format("woff"),
         url("fonts/proxima-nova-medium.ttf") format("truetype"),
         url("fonts/proxima-nova-medium.svg#Proxima Nova Medium Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, 
h1, h2, h3, h4, h5, h6, 
p, a, span, div, li, label, button, input, textarea {
    font-family: "Proxima Nova Medium Regular", "proxima-nova", sans-serif !important;
    font-weight: 500 !important; /* 500 is the numeric value for Medium */
}