/************************************************************************************
 * GLOBAL TYPOGRAPHY & TEXT
 ************************************************************************************/
p,h1 ,h2 ,h3 ,h4, h5, h6 { text-shadow: 0.5px 1px 2px rgba(0,0,0,0.25) !important; }

/************************************************************************************
 * GLOBAL WRAPPING & WORD-BREAK
 ************************************************************************************/
* { overflow-wrap: break-word; word-break: break-word; hyphens: auto; }

/************************************************************************************
 * CONTENT ELEMENTS
 ************************************************************************************/
.post_content img { width: 100%!important; }

::selection{background: var(--color-content-primary); color: #ffffff;}
::-moz-selection{background: var(--color-content-primary); color: #ffffff;}


