/* custom.css */

body {
    font-family: 'Cairo', sans-serif; /* Specify the font name from the link */
}

/* For Bootstrap 5+ you can also specifically target the CSS variable */
body {
    --bs-body-font-family: 'Cairo', sans-serif;
}
