@font-face {
    font-family: 'IBM Plex Sans';
    src: url('assets/font/IBMPlexSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('assets/font/IBMPlexSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
strong, b {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 600;
}


.ez-container {
    width: min(1200px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .ez-container {
        width: calc(100% - 32px);
    }
}




/* Remove Elementor red button hover/focus */
body button:hover,
body button:focus,
body [type="button"]:hover,
body [type="button"]:focus,
body [type="submit"]:hover,
body [type="submit"]:focus,
body [type="reset"]:hover,
body [type="reset"]:focus {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
    text-decoration: none;
}

/* Replace ugly browser/Elementor focus with clean focus-visible */
body button:focus-visible,
body [type="button"]:focus-visible,
body [type="submit"]:focus-visible,
body [type="reset"]:focus-visible,
body a:focus-visible,
body input:focus-visible,
body textarea:focus-visible,
body select:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.25);
    outline-offset: 3px;
    box-shadow: none;
}