@font-face {
    font-family: "Work Sans";
    src: url('../Work_Sans/WorkSans-VariableFont_wght.ttf') format('truetype');
}

h1, h2 {
    --bs-heading-color: #27496D;
    --bs-heading-font-family: "Work Sans", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body {
    --bs-body-color: #27496D;
    --bs-body-font-family: "Work Sans", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}