// ============================================================================
// :: 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/general/settings/_typography.scss
 */

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

$bp-font-family-primary: $font-family-sora;
$bp-font-family-secondary: $font-family-sora;

// ============================================================================
// :: 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-regular;

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

// ============================================================================
// :: Line heights
// ============================================================================
$bp-line-height-2x-large: 4.8rem;
$bp-line-height-1x-large: 2.7rem;
$bp-line-height-base: 2.4rem;
$bp-line-height-1x-small: 1.8rem;
