@layer bootstrap, theme-vars, styles, buttons, brands;

@import url('theme.min.css') layer(bootstrap);

@import url('buttons.css');
@import url('brands.css');

@layer styles {
	/* Do css for tempy var overrides here */

	/* Logos */
	.navbar .navbar-brand img {
		width: var(--app-logo-width);
	}

	.offcanvas-brand img {
		width: var(--app-logo-offcanvas-width);
	}

	.footer-brand img {
		width: var(--app-logo-footer-width);
	}

}