////////////////////////////////////
// THEME / VARIABLES / ABBREVIATIONS
////////////////////////////////////


@import '_variables.modular-scale';


// Border color
$border-bottom-color-abbr-title: currentColor;  // Border-bottom-color of abbreviation border (underline)


// Border style
$border-bottom-style-abbr-title: dotted;        // Border-bottom-style of abbreviation border (underline)


// Border width
$border-bottom-width-abbr-title: 0;             // Border-bottom-width of abbreviation border (underline)


// Font size
$font-size-abbr: .9em;                          // Abbreviation font-size


// Letter spacing
$letter-spacing-abbr: .05em;                    // Abbreviation letter-spacing


// Opacity
$opacity-abbr-title: .5;                        // Opacity of abbreviation's border-bottom (underline)