@import '../variables';

$preferred_font: 'Roboto', 'Helvetica', 'Arial', sans-serif !default;
$performance_font: 'Helvetica', 'Arial', sans-serif !default;

$text-color-primary: unquote("rgba(#{$color-black}, 0.87)") !default;
$text-link-color: unquote("rgb(#{$color-accent})") !default;

/// Define whether to target elements directly for typographic enhancements.
/// Turning this off means you need to use enjoy-* classes more often.
/// Other components may also fail to adhere to Enjoy Fragment without these rules.
/// It is strongly recommended you leave this as true.

$target-elements-directly: true !default;
