/*! 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(25, 56, 31, 1);
$color2: rgba(239, 198, 155, 1);
$color3: rgba(175, 27, 63, 1);
$color4: rgba(204, 182, 155, 1);
$color5: rgba(223, 155, 109, 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';





