/*! My very own Bootstrap 4 Theme
 *
 *  Built on top of Bootstrap 4 (https://getbootstrap.com)
 *  Built with the Bootstrap Theme Kit by HackerThemes (https://hackerthemes.com)
 */

$color1: rgba(40, 167, 69, 1);
$color2: rgba(201, 112, 100, 1);
$color3: rgba(188, 163, 113, 1);
$color4: rgba(166, 176, 126, 1);
$color5: rgba(104, 163, 87, 1);

$theme-colors: (
    primary: $color1,
    secondary: $color2,
    success: $color3,
    info: $color4,
    warning: $color5
);

@import './_variables';
@import '../../node_modules/bootstrap/scss/bootstrap';
@import "../../node_modules/@fortawesome/fontawesome-free-webfonts/scss/fontawesome.scss";
@import "../../node_modules/@fortawesome/fontawesome-free-webfonts/scss/fa-brands.scss";
@import "../../node_modules/@fortawesome/fontawesome-free-webfonts/scss/fa-regular.scss";
@import "../../node_modules/@fortawesome/fontawesome-free-webfonts/scss/fa-solid.scss";
@import './_styles';





