/*! 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(220, 53, 69, 1);
$color2: rgba(216, 216, 216, 1);
$color3: rgba(255, 255, 234, 1);
$color4: rgba(0, 206, 203, 1);
$color5: rgba(255, 237, 102, 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';