@import "../../assets/styles/theme/theme_variables";

/*
Use the following with the build tools to generate new client styles for fonts
Remove inherit font settings on the $font-family variables

@import url("https://use.typekit.net/tet3dqk.css");
$headings-font-family: league-gothic;
$font-family-sans-serif: oswald;
$font-family-base: muli;

*/

// Typography
$headings-font-family: inherit;
$font-family-sans-serif: inherit;
$font-family-base: inherit;

$line-height-base: 2;
$headings-font-weight: 700;
$font-weight-base: 400;
$font-weight-bold: 600;
$font-weight-normal: $font-weight-base;

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

$link-hover-color: #000000;
$link-color: #5c5c5c;

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

$body-color: #121212;
