@import url(https://use.typekit.net/yst0ihn.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
:root {
  --scrollbar-width: 15px; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #696969;
  --gray-dark: #4a4a4a;
  --primary: #F4736E;
  --secondary: #9578D3;
  --success: #57af47;
  --info: #5A5A5A;
  --warning: #F4736E;
  --danger: #D92944;
  --light: #f8f9fa;
  --dark: #373535;
  --tertiary: #57af47;
  --deep-red: #D92944;
  --dark-purple: #45146F;
  --peach: #F2F2F2;
  --tan: #E5E5E7;
  --accent: #303030;
  --white: #ffffff;
  --black: #000000;
  --gray-100: #f8f9fa;
  --gray-200: #efeff0;
  --gray-300: #D9D9D9;
  --gray-400: #949598;
  --gray-500: #7f7f7f;
  --gray-600: #696969;
  --gray-700: #5A5A5A;
  --gray-800: #4a4a4a;
  --gray-900: #373535;
  --secondary-dark: #685698;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */


/*# sourceMappingURL=icon.css.map*/