/* Cooper Hewitt – Thin */
@font-face {
    font-family: "Cooper Hewitt";
    src: url("/assets/fonts/CooperHewitt/CooperHewitt-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Cooper Hewitt – Light */
@font-face {
    font-family: "Cooper Hewitt";
    src: url("/assets/fonts/CooperHewitt/CooperHewitt-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Cooper Hewitt – Book */
@font-face {
    font-family: "Cooper Hewitt";
    src: url("/assets/fonts/CooperHewitt/CooperHewitt-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Cooper Hewitt – Medium */
@font-face {
    font-family: "Cooper Hewitt";
    src: url("/assets/fonts/CooperHewitt/CooperHewitt-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Cooper Hewitt – Semibold */
@font-face {
    font-family: "Cooper Hewitt";
    src: url("/assets/fonts/CooperHewitt/CooperHewitt-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Cooper Hewitt – Bold */
@font-face {
    font-family: "Cooper Hewitt";
    src: url("/assets/fonts/CooperHewitt/CooperHewitt-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Cooper Hewitt – Heavy */
@font-face {
    font-family: "Cooper Hewitt";
    src: url("/assets/fonts/CooperHewitt/CooperHewitt-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
