/**
 * Ford F1TC Custom Font
 */

/* Light - 300 */
@font-face {
    font-family: 'Ford F1TC';
    src: url(//www.ford.com/shared/fonts/f1/light.woff2) format("woff2"), url(//www.ford.com/shared/fonts/f1/light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'Ford F1TC';
    src: url(//www.ford.com/shared/fonts/f1/regular.woff2) format("woff2"), url(//www.ford.com/shared/fonts/f1/regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'Ford F1TC';
    src: url(//www.ford.com/shared/fonts/f1/medium.woff2) format("woff2"), url(//www.ford.com/shared/fonts/f1/medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Semibold - 600 */
@font-face {
    font-family: 'Ford F1TC';
    src: url(//www.ford.com/shared/fonts/f1/semibold.woff2) format("woff2"), url(//www.ford.com/shared/fonts/f1/semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'Ford F1TC';
    src: url(//www.ford.com/shared/fonts/f1/bold.woff2) format("woff2"), url(//www.ford.com/shared/fonts/f1/bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply Ford F1TC font globally */
body {
    font-family: 'Ford F1TC', 'Kantumruy Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ford F1TC', 'Kantumruy Pro', sans-serif;
}

/* Bootstrap overrides */
:root {
    --bs-body-font-family: 'Ford F1TC', 'Kantumruy Pro', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bs-heading-font-family: 'Ford F1TC', 'Kantumruy Pro', sans-serif;
}

.btn {
    font-family: 'Ford F1TC', 'Kantumruy Pro', sans-serif;
}

.navbar-brand,
.nav-link {
    font-family: 'Ford F1TC', 'Kantumruy Pro', sans-serif;
}
