/* Synchro Dazzed font definitions */
@font-face {
    font-family: 'Dazzed';
    src: url('/fonts/WEB/Dazzed-Regular.woff2') format('woff2'),
         url('/fonts/WEB/Dazzed-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('/fonts/WEB/Dazzed-RegularItalic.woff2') format('woff2'),
         url('/fonts/WEB/Dazzed-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('/fonts/WEB/Dazzed-Medium.woff2') format('woff2'),
         url('/fonts/WEB/Dazzed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('/fonts/WEB/Dazzed-MediumItalic.woff2') format('woff2'),
         url('/fonts/WEB/Dazzed-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('/fonts/WEB/Dazzed-Bold.woff2') format('woff2'),
         url('/fonts/WEB/Dazzed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dazzed';
    src: url('/fonts/WEB/Dazzed-BoldItalic.woff2') format('woff2'),
         url('/fonts/WEB/Dazzed-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Scope Dazzed to Synchro layout with multiple fallbacks:
   - explicit body class (preferred)
   - layout-context meta detection
   - plain body fallback (safe because this stylesheet is loaded by Synchro layout) */
body,
body.synchro-theme,
html:has(meta[name="layout-context"][content^="synchro"]) body,
body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"]),
body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"])::before,
body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"])::after,
body.synchro-theme *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"]),
body.synchro-theme *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"])::before,
body.synchro-theme *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"])::after,
html:has(meta[name="layout-context"][content^="synchro"]) body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"]),
html:has(meta[name="layout-context"][content^="synchro"]) body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"])::before,
html:has(meta[name="layout-context"][content^="synchro"]) body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"])::after {
    font-family: 'Dazzed', -apple-system, BlinkMacSystemFont, sans-serif;
}

