// Set some default fonts.
$system-fonts: unquote($typography-fonts-system) !default;
$system-fonts-mono: unquote($typography-fonts-mono) !default;

// Define variables for default fonts.
$font-primary: $system-fonts !default;
$font-secondary: null !default;
$font-tertiary: null !default;
$font-quaternary: null !default;

$font-variable: null !default;