p { font-family: 'Poppins', sans-serif; color: #767676; font-size: 14px; line-height: 24px; font-weight: 400; margin-bottom: 1.5em; } /*-------------------------------------------------------------- # Block Color Palette Colors --------------------------------------------------------------*/ .has-strong-blue-color { color: #0073aa; } .has-strong-blue-background-color { background-color: #0073aa; } .has-lighter-blue-color { color: #229fd8; } .has-lighter-blue-background-color { background-color: #229fd8; } .has-very-light-gray-color { color: #eee; } .has-very-light-gray-background-color { background-color: #eee; } .has-very-dark-gray-color { color: #444; } .has-very-dark-gray-background-color { background-color: #444; } /*block button*/ .wp-block-button__link { border-radius: 22px; padding: 10px 20px; font-size: 16px; } .is-style-squared .wp-block-button__link { border-radius: 5px; } .is-style-outline .wp-block-button__link { border: 1px solid currentcolor; } /*Common block style*/ .has-large-font-size { line-height: 41px; } .entry-content ul, .entry-content ol { margin-left: 0; padding-left: 10px; }