
/*
 * ============================================================
 * IMACHINES — APPLE TYPOGRAPHY 10A
 *
 * Apple-compatible system font stack.
 *
 * Apple platforms:
 *   -apple-system -> San Francisco / SF Pro
 *
 * Chromium/macOS:
 *   BlinkMacSystemFont -> San Francisco / SF Pro
 *
 * No Apple font files are bundled.
 * ============================================================
 */

html,
body {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "SF Pro Text",
        "SF Pro Display",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif !important;

    font-synthesis:
        none;
}


/* Standard interface and editorial text */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea,
select,
option,
label,
li,
dt,
dd,
th,
td {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "SF Pro Text",
        "SF Pro Display",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif !important;
}


/*
 * ============================================================
 * AIRPODS MAX
 *
 * Apple-style optical tightening.
 *
 * IMPORTANT:
 * Size, weight, position and layering remain untouched.
 * ============================================================
 */

.im-airpods-max-02a__title,
.im-airpods-max-02a__wordmark,
.im-airpods-max-02a__headline {
    letter-spacing:
        -0.055em !important;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "SF Pro Display",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif !important;

    font-kerning:
        normal !important;

    font-feature-settings:
        "kern" 1 !important;

    text-rendering:
        optimizeLegibility;
}

