@import url('https://fonts.googleapis.com/css?family=Istok+Web:400,700&|Montserrat&display=swap');

$primary: #2C81B2;
$secondary: #888E94;
$tertiary: #C02A30;
$success: teal;
$white: #fafafa;
$accent: $primary;

$font-family-sans-serif: 'Istok Web', sans-serif;
$font-weight-bold: 700;
$label-font-size: 12px;

$headings-font-family: 'Montserrat', sans-serif;
$headings-font-weight: 500;

$button-basic-border-color: $secondary;
$button-basic-bg: $secondary;
$button-basic-color: $white;
$button-basic-outline-color: $secondary;

$button-destructive-bg: $tertiary;
$button-destructive-border-color: $tertiary;

$select-bg: $white;

$toggle-active-color: $primary;

$button-font-family: 'Montserrat', sans-serif;

$accordion-title-font-family: $headings-font-family;
$accordion-title-font-weight: $headings-font-weight;
