// ============================================================================
// :: Typography
// ============================================================================
/**
 * This file contains all the settings concerning the base typography of the
 * project for the branplatform styling. The source of these values is located
 * in src/scss/settings/_typography.scss
 */

// ============================================================================
// :: Font families
// ============================================================================
// get
@include get-font("bp-icons", "../assets/fonts/brandplatform/icons/bp-icons");

// set
$bp-font-family-primary: $font-family-beausans;
$bp-font-family-secondary: $font-family-roboto;

// ============================================================================
// :: Font weights
// ============================================================================
$bp-font-weight-bold: $font-weight-bold;
$bp-font-weight-semibold: $font-weight-semibold;
$bp-font-weight-medium: $font-weight-medium;
$bp-font-weight-regular: $font-weight-normal;

// ============================================================================
// :: FONT SIZES
// ============================================================================
$bp-font-size-5x-large: $font-size-4x-large;
$bp-font-size-4x-large: $font-size-3x-large;
$bp-font-size-3x-large: $font-size-2x-large;
$bp-font-size-2x-large: $font-size-1x-large;
$bp-font-size-1x-large: $font-size;
$bp-font-size: $font-size;
$bp-font-size-base: $font-size;
$bp-font-size-1x-small: $font-size-1x-small;

// ============================================================================
// :: LINE HEIGHTS
// ============================================================================
$bp-line-height-2x-large: $line-height-5x-large;
$bp-line-height-1x-large: $line-height-2x-large;
$bp-line-height: $line-height;
$bp-line-height-base: $line-height;

// ============================================================================
// :: Font sizes
// ============================================================================
// $bp-font-size-7x-large: 10rem;
// $bp-font-size-6x-large: 4rem;
// $bp-font-size-5x-large: 3.2rem;
// $bp-font-size-4x-large: 2.8rem;
// $bp-font-size-3x-large: 2.4rem;
// $bp-font-size-2x-large: 2rem;
// $bp-font-size-1x-large: 1.8rem;
// $bp-font-size-base: 1.6rem;
// $bp-font-size-1x-small: 1.5rem;
// $bp-font-size-2x-small: 1.4rem;
// $bp-font-size-3x-small: 1.2rem;

// ============================================================================
// :: Line heights
// ============================================================================
// $bp-line-height-6x-large: 4.8rem;
// $bp-line-height-5x-large: 4.2rem;
// $bp-line-height-4x-large: 3.8rem;
// $bp-line-height-3x-large: 3.6rem;
// $bp-line-height-2x-large: 3rem;
// $bp-line-height-1x-large: 2.7rem;
// $bp-line-height-base: 2.4rem;
// $bp-line-height-1x-small: 2.1rem;
// $bp-line-height-2x-small: 1.8rem;
