/*!
 * Copyright 2014 Apereo Foundation (AF) Licensed under the
 * Educational Community License, Version 2.0 (the "License"); you may
 * not use this file except in compliance with the License. You may
 * obtain a copy of the License at
 *
 *     http://opensource.org/licenses/ECL-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS IS"
 * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
 * or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */

/**
* Import the Open Sans font. Any changes to the URL below must be reflected
* in `requirejs.optimize.options.cssImportIgnore` in `Gruntfile.js`. Because
* this `@import` will not be replaced with inlined includes, it must precede
* all other rules in the file.
*/
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,cyrillic-ext,latin-ext,greek-ext');

/* Import the Bootstrap CSS file */
@import url('../../vendor/css/bootstrap.css');
/* Import the JQuery Bootstrap Notify plugin CSS */
@import url('../../vendor/css/jquery.bootstrap.notify.css');

/* Import Font Awesome */
@import url('../../vendor/css/font-awesome.css');

/* Import the OAE Core styles. These will be used for bootstrap overrides, as well
   as styles used in the main portal that are not expected to be re-used in widgets */
@import url('../../oae/css/oae.base.css');

/* Import the OAE Component Styles. These contain OAE specific re-usable styles that,
   combined with basic bootstrap, should make it easy to quickly put new widgets together */
@import url('../../oae/css/oae.components.css');

/* Import the styles for Handsontable */
@import url('../../vendor/css/handsontable.full.min.css');
