// Import ubuntu fonts
@import "https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700";

// Custom variables
@import "variables";

// Now bring in bootstrap!
@import "bootstrap/scss/bootstrap-reboot";
@import "bootstrap/scss/bootstrap";
@import "bootstrap/scss/bootstrap-grid";

// Custom Bootstrap element
@import "custom/button-enabel-login";
@import "custom/container";
@import "custom/main-header";
@import "custom/form";
@import "custom/callout";
@import "custom/widget";
@import "custom/timeline";

// Flag icons
@import "https://cdn.jsdelivr.net/gh/lipis/flag-icons/css/flag-icons.min.css";

// Font Awesome
@import 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/fontawesome.min.css';
@import 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/regular.min.css';
@import 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/solid.min.css';
@import 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/brands.min.css';
