// 'native font stack' for sans via https://getbootstrap.com/docs/5.0/content/reboot/#native-font-stack
$font-family-sans-serif:
// custom theme font
Overpass,
// Cross-platform generic font family (default user interface font)
system-ui,
// Safari for macOS and iOS (San Francisco)
-apple-system,BlinkMacSystemFont,
// Windows
"Segoe UI",
// Android
Roboto,
// Basic web fallback
"Helvetica Neue",Arial,
// Linux
"Noto Sans",
"Liberation Sans",
Oxygen-Sans,Ubuntu,
// Sans serif fallback
sans-serif,
// Emoji fonts
"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
$font-family-base:$font-family-sans-serif;
// handbrush / special / emphasis / impact font stack
$font-family-handbrush:"Permanent Marker",Besom,Fjord,Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black",sans-serif;