/*
Theme Name: Extendable Child
Theme URI: https://spinwin.dev/
Description: Child theme for Extendable on SPIN WIN website
Author: JAMESEON
Author URI: https://spinwin.dev/
Template: extendable
Version: 1.0.0
Text Domain: extendable-child
*/

/* ================================================
CUSTOM STYLES START HERE
================================================ */

/* Global Body */
body {
    font-family: Arial, sans-serif;
}

/* Example Heading Style */
h1, h2, h3 {
    font-weight: 688;
}

/* Footer Customization */
footer {
    font-size: 18px;
}

/* Fix empty breadcrumb span */
.wp-block-bcn-breadcrumb-trail > span:empty {
    display: none !important;
}