// c9
// Just copy a variable from src/sass/bootstrap4/_variables.scss, paste it here and edit the value.
:root {
	font-family: "helvetica neue", helvetica, sans-serif;
}

// Typography
$headings-font-family: inherit;
$headings-font-weight: 700;

$font-family-sans-serif: inherit;
$font-family-base: inherit;
$font-weight-light: 100;
$line-height-base: 1.3;

$display1-size: 8rem;
$display1-weight: 700;
$display-line-height: 8rem;

$display2-size: 7rem;
$display2-weight: 700;
$display-line-height: 7rem;

$display3-size: 5.4rem;
$display3-weight: 700;
$display-line-height: 5.4rem;

$display4-size: 4.2rem;
$display4-weight: 700;
$display-line-height: 4.2rem;

$headings-margin-bottom: 1rem;
$headings-line-height: 1.4;
$input-border-radius: 0px;
$enable-rounded: false;

// Colors
$primary: #000000;
$secondary: #333333;
$success: #21a77a;
$info: #f7f7f9;
$warning: #ec971f;
$danger: #843534;
$dark: #000000;
$light: #ffffff;

$link-hover-color: #006a30;
$link-color: #4a4a4a;

$gray-100: #f1f1f1;
$gray-200: #eceeef;
$gray-500: #d2d2d2;
$gray-600: rgba(151, 151, 151, 1);
$gray-700: #2b2b2b;
$gray-800: #767676;
$gray-900: #4a4a4a;
