/*! 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(0, 123, 255, 1);
$color2: rgba(255, 234, 238, 1);
$color3: rgba(216, 220, 255, 1);
$color4: rgba(174, 173, 240, 1);
$color5: rgba(249, 57, 67, 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';





