/*
theme name: Power Rich
template: customify
author: Modern Earth
version: 1.0.0
*/
@media(hover:hover) and (min-width: 1024px) {
    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('ttf');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('ttf');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('ttf');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('ttf');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }
}

html>body {
    font-family: 'open_sansregular', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body strong,
body b {
    font-weight: 700;
}

main p,
main li {
    max-width: 75ch;
    line-height: 1.618em;
}

main a {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    text-wrap: balance;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
    box-shadow: inset 50px 50px 50px rgba(0, 0, 0, .4);
}

.mce-btn-group button {
    background-color: transparent !important;
    color: #333 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mce-btn-group button:hover {
    border-color: currentColor !important;
    box-shadow: inset 0 0 0 120px rgba(255, 255, 255) !important;
}

.mce-toolbar .mce-btn-group .mce-btn:hover {
    box-shadow: 0 0 0 1px currentColor !important;
}

#page {
    overflow-x: hidden;
}