html, body, button, input, textarea {
    font-family: 'IBMPlexSans',  sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
a:active, a:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
ul {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-weight: 400;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:root {
	--wp--style--global--content-size: 1420px !important;
	--wp--style--global--wide-size: 1420px !important;

	@media (max-width: 1642px) {
		--wp--style--global--content-size: calc(100% - 222px) !important;
		--wp--style--global--wide-size: calc(100% - 222px) !important;
	}

	@media (max-width: 767px) {
		--wp--style--global--content-size: calc(100% - 32px) !important;
		--wp--style--global--wide-size: calc(100% - 32px) !important;
	}
}
:root :where(.is-layout-constrained) > *{
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:root {
  --main-margin-x: calc(50vw - 775px);
}
.has-global-padding > .alignfull {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
:where(.wp-site-blocks) > *{
	margin-block-start: 0 !important;
}
:where(.is-layout-flow) > *{
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
.has-global-padding{
	padding: 0 !important;
	margin: 0 !important;
}
* {
	box-sizing: border-box;
}
html, body, .wp-site-blocks {
	height: 100%;
}
html {
    scroll-behavior: smooth;
}
@media (max-width: 1629px) {
    :root {
        --main-margin-x: 40px;
    }
}
@media (max-width: 767px) {
    :root {
        --main-margin-x: 15px;
    }
}
@font-face {
    font-family: 'IBMPlexSans';
    src: url('assets/fonts/IBMPlexSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'IBMPlexSans';
    src: url('assets/fonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'IBMPlexSans';
    src: url('assets/fonts/IBMPlexSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'IBMPlexSans';
    src: url('assets/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
