/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2022 | 19:38:59 */
h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word
}
ul {
    overflow-wrap: break-word
}
p {
    overflow-wrap: break-word
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

html :where(img) {
    height: auto;
    max-width: 100%
}
