/*! 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(255, 193, 7, 1);
$color2: rgba(133, 255, 158, 1);
$color3: rgba(231, 235, 144, 1);
$color4: rgba(250, 223, 99, 1);
$color5: rgba(150, 137, 123, 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';