html, body {
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

b, strong {
    font-weight: 400;
}

.row-title {
    font-weight: 400;
}

td.column-title strong, td.plugin-title strong {
    font-weight: 200;
}

#adminmenu .wp-submenu-head, #adminmenu a.menu-top {
    font-weight: 200;
}

#wpfooter {
    display: none;
}


/* .editor-block-list-item-portfelio-pf-canvas {
    .block-editor-block-icon.has-colors svg {
        fill: none !important;
        
        path[fill] {
            fill: currentColor;
        }
    }
}

.block-editor-block-types-list__item-icon.block-editor-block-icon.has-colors {
    svg {
        fill: none !important;
    }
}

.block-editor-block-types-list__list-item span.block-editor-block-icon.has-colors svg,
.block-editor-block-types-list__item-icon svg {
    fill: none !important;
    stroke: currentColor !important;
} */