/**
 * Simply Schedule Appointments - booking calendar typography
 * Quittenportraits 3.2.8
 *
 * SSA renders the public booking calendar inside an iframe. Static interface
 * text may use the licensed Webfont; editable form controls deliberately use
 * Helvetica because the Monotype Pay-Once EULA defines text entry as editing.
 */

/*
        This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts:  https://www.linotype.com
        */
@font-face {
	font-family: "Corporate S W07 Regular";
	src: url("/wp-content/uploads/corporate-s/Fonts/1487090/7aa205a4-b2cf-4b27-a266-01969d614079.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Corporate S W07 Regular Italic";
	src: url("/wp-content/uploads/corporate-s/Fonts/1487098/55d73961-5cbf-49a6-8532-c1666b900a54.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Corporate S W07 Demi";
	src: url("/wp-content/uploads/corporate-s/Fonts/1487119/a410490d-3c5c-4077-a7b6-917d500d476d.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Corporate S W07 Bold";
	src: url("/wp-content/uploads/corporate-s/Fonts/1487133/a07bb1bf-dd1b-4d0b-ac5b-79b26b01aaaa.woff2") format("woff2");
	font-display: swap;
}

html,
body,
#app,
.ssa-booking-app,
.ssa-booking-app-container {
	font-family: "Corporate S W07 Regular", Helvetica, Arial, sans-serif !important;
}

/* Static text only. Icon-font classes are excluded. */
body :where(
	label,
	p,
	span,
	div,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	a,
	li,
	button,
	.md-button,
	.md-title,
	.md-subhead,
	.md-body-1,
	.md-body-2,
	.md-caption,
	.md-list-item-text
):not(.material-icons):not(.md-icon) {
	font-family: "Corporate S W07 Regular", Helvetica, Arial, sans-serif !important;
}

body :where(h1,h2,h3,h4,h5,h6,.md-title,.md-subhead) {
	font-family: "Corporate S W07 Demi", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
}

body :where(strong,b) {
	font-family: "Corporate S W07 Demi", Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
}

body :where(em,i):not(.material-icons):not(.md-icon) {
	font-family: "Corporate S W07 Regular Italic", Helvetica, Arial, sans-serif !important;
	font-style: normal !important;
}

/* EULA-safe editable UI: typed/selected values are never shown in Corporate S. */
body :where(input,textarea,select,[contenteditable]:not([contenteditable="false"])) {
	font-family: Helvetica, Arial, sans-serif !important;
}
