/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body,
h1, h2, h3, h4, h5, h6,
button, 
input,
select,
textarea {
    font-family: "Poppins", "Open Sans", "BPG Nino Mtavruli", sans-serif !important;
    
}



:root {
    --font-size-xs: 14px;
    --font-size-sm: 15px;
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 22px;
}


body {
    font-weight: 600; /* paragraph */
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700; /* titles */
}

.panel-body p,
.wdes-notification-item-icon,
.panel[menuitemname="Active Products/Services"] .div-service-name .text-domain {
    font-weight: 600 !important; /* დამატებითი გამოკვება */
}