/* ==================================================
   IPC Custom Styles
   ================================================== */

.ipc-website {
    --ipc-primary: #1f7a4f;
    --ipc-secondary: #0f3d2e;
}

/* Sticky Header refinement */
.ct-sticky-state {
    transition: all 0.3s ease-in-out;
}

/* Example typography adjustment */
body {
    font-feature-settings: "liga" 1;
}
