/* Global typography layer for CottorwayPro family */

:root {
    --arc-font-primary: 'CottorwayPro', 'Barlow', 'Segoe UI', Arial, sans-serif;
}

@font-face {
    font-family: 'CottorwayPro';
    src: url('../CottorwayPro/Webfonts/Normal/CottorwayPro-Regular.woff2') format('woff2'),
         url('../CottorwayPro/Webfonts/Normal/CottorwayPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CottorwayPro';
    src: url('../CottorwayPro/Webfonts/Normal/CottorwayPro-Medium.woff2') format('woff2'),
         url('../CottorwayPro/Webfonts/Normal/CottorwayPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CottorwayPro';
    src: url('../CottorwayPro/Webfonts/Normal/CottorwayPro-SemiBold.woff2') format('woff2'),
         url('../CottorwayPro/Webfonts/Normal/CottorwayPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CottorwayPro';
    src: url('../CottorwayPro/Webfonts/Normal/CottorwayPro-Bold.woff2') format('woff2'),
         url('../CottorwayPro/Webfonts/Normal/CottorwayPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CottorwayPro';
    src: url('../CottorwayPro/Webfonts/Normal%20Italics/CottorwayItalics-Regular.woff2') format('woff2'),
         url('../CottorwayPro/Webfonts/Normal%20Italics/CottorwayItalics-Regular.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Base text */
html, body, p, li, span, a, input, textarea, select, button, label {
    font-family: var(--arc-font-primary) !important;
}

/* Headings & key labels */
h1, h2, h3, h4, h5, h6,
.section-title, .sub-title,
.navbar .nav-link,
.service-showcase-panel h3,
.button-light, .button-dark, .link-btn, .btn {
    font-family: var(--arc-font-primary) !important;
    letter-spacing: 0.01em;
}

/* Global force: all readable text uses CottorwayPro */
html, body, body *,
body *::before,
body *::after,
body *::placeholder {
    font-family: var(--arc-font-primary) !important;
}

/* Keep icon fonts intact */
i,
em.icon,
.ti,
[class^="ti-"],
[class*=" ti-"],
.fa,
[class^="fa-"],
[class*=" fa-"] {
    font-family: inherit !important;
}

[class^="ti-"]:before,
[class*=" ti-"]:before {
    font-family: "themify" !important;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
    font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}

/* Keep paragraph readability */
p, li {
    letter-spacing: 0.002em;
}
