$brand_livn: #6d2077;
$accent_livn: #ff5c39;

// $brand_cardio: #00b0b9;

// Brand Colors

$brand: $brand_livn !default;
$accent: $accent_livn !default;

$primary: $brand;
$secondary: $accent;

// // Current variables
// $lighter: #373940; // light blue
// $dark: #282c34; // dark blue
// $darker: #20232a; // really dark blue
// $brand: #6d2077; // electric blue
// $brand-light: #bbeffd;
// $text: #1a1a1a; // very dark grey / black substitute
// $subtle: #6d6d6d; // light grey for text
// $subtle-on-dark: #999;
// $divider: #ececec; // very light grey
// $note: #ffe564; // yellow
// $error: #ff6464; // yellow
// $white: #ffffff;
// $black: #000000;

// $primary:       $blue !default;
// $secondary:     $gray-600 !default;
// $success:       $green !default;
// $info:          $cyan !default;
// $warning:       $yellow !default;
// $danger:        $red !default;
// $light:         $gray-100 !default;
// $dark:          $gray-800 !default;

@font-face {
  font-family: "apercu";
  src: url("/fonts/apercu-regular-pro.woff") format("woff");
  font-weight: inherit;
  font-style: normal;
}
@font-face {
  font-family: "apercu";
  src: url("/fonts/apercu-light-pro.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
// @font-face {
//   font-family: "apercu";
//   src: url("/fonts/apercu-light-italic-pro.woff") format("woff");
//   font-weight: 100;
//   font-style: italic;
// }
@font-face {
  font-family: "apercu";
  src: url("/fonts/apercu-italic-pro.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "apercu";
  src: url("/fonts/apercu-bold-pro.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
// @font-face {
//   font-family: "apercu";
//   src: url("/fonts/apercu-bold-italic-pro.woff") format("woff");
//   font-weight: bold;
//   font-style: italic;
// }
@font-face {
  font-family: "apercu";
  src: url("/fonts/apercu-black-pro.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
// @font-face {
//   font-family: "apercu";
//   src: url("/fonts/apercu-black-italic-pro.woff") format("woff");
//   font-weight: 800;
//   font-style: italic;
// }

$font-family-sans-serif: "apercu", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$font-family-monospace: "apercu", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$font-family-base: $font-family-sans-serif;