﻿@charset "utf-8";

/* **************************************************

Name: style.css
Description: Master stylesheet for import of all css files
Created: 2008.05.XX

Remove all @import and minify all external css into style.css on production
use path /SiteCollectionImages/templates/

***************************************************** */

@import url("font.css");
@import url("layout.css");
@import url("webparts.css");

