@font-face {
    font-family: "fcb-bold";
    src: url("/assets/fonts/fcb-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fcb-regular";
    src: url("/assets/fonts/fcb-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fcb-semibold";
    src: url("/assets/fonts/fcb-semibold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Global font and base look */
body {
    font-family: "fcb-regular", -apple-system, "Inter", "Segoe UI", Arial, sans-serif;
    margin: 40px;
    background-color: #fafafa;
    color: #222;
}

/* Titles */
h1, h2, h3 {
    font-family: "fcb-bold", "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Container layout */
.container {
    max-width: 900px;
    margin: auto;
}

/* Links */
a {
    color: #2563eb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
