@import './src/stylesheets/variables';
@import 'o-colors/main';
@import 'o-assets/main';

$o-overlay-is-silent: false;
@import "o-overlay/main";

@import "o-icons/main";

@import 'o-fonts/main';

@if $o-comment-ui-include-fonts == true {
	@include oFonts($opts: (
		'metric': (
	        ('weight': 'light', 'style': 'normal'),
	        ('weight': 'regular', 'style': 'normal'),
	        ('weight': 'bold', 'style': 'normal'),
	    )
	));
}

@import './src/stylesheets/buttons';
@import './src/stylesheets/icons';
@import './src/stylesheets/common';
@import "./src/stylesheets/termsAndGuidelines";
@import "./src/stylesheets/overlay_content";
@import "./src/stylesheets/commentingSettingsLink";
@import "./src/stylesheets/environmentDisplay";
