3.2.19 (Media Mark)
2e689c4e38e982298d1574f31474f60352237aa1
o:Sass::Tree::RootNode
:@children[
o:Sass::Tree::ImportNode:@imported_filenameI"shared:ET;[ :@template0:
@linei:@options{ :@imported_file0o:Sass::Tree::CommentNode
:@value[I"/* Cross-browser support for @font-face. Supports IE, Gecko, Webkit, Opera.
 *
 * * $name is required, arbitrary, and what you will use in font stacks.
 * * $font-files is required using font-files('relative/location', 'format').
 *   for best results use this order: woff, opentype/truetype, svg
 * * $eot is required by IE, and is a relative location of the eot file.
 * * $weight shows if the font is bold, defaults to normal
 * * $style defaults to normal, might be also italic
 * * For android 2.2 Compatiblity, please ensure that your web page has
 *   a meta viewport tag.
 * * To support iOS < 4.2, an SVG file must be provided
 *
 * If you need to generate other formats check out the Font Squirrel
 * [font generator](http://www.fontsquirrel.com/fontface/generator)
 * */;	T:
@type:silent;[ ;i;@
o;
;[I"/* In order to refer to a specific style of the font in your stylesheets as
 * e.g. "font-style: italic;",  you may add a couple of @font-face includes
 * containing the respective font files for each style and specying
 * respective the $style parameter. */;	T;;;[ ;i;@
o;
;[I"W/* Order of the includes matters, and it is: normal, bold, italic, bold+italic. */;	T;;;[ ;i;@
o:Sass::Tree::MixinDefNode:
@nameI"font-face;	T:
@args[
[o:Sass::Script::Variable;I"	name;	T:@underscored_nameI"	name;	T;@
0[o;;I"font-files;	T;I"font_files;	T;@
0[o;;I"eot;	T;I"eot;	T;@
o:Sass::Script::Bool;F;i";@
[o;;I"weight;	T;I"weight;	T;@
o;;F;i#;@
[o;;I"
style;	T;I"
style;	T;@
o;;F;i$;@
:@splat0;[o:Sass::Tree::VariableNode;I"iefont;	T:
@expro:Sass::Script::Funcall;I"unquote;	T;[o:&Sass::Script::StringInterpolation
:@beforeo:Sass::Script::String	;I" ;	T;:string;i&;@
:	@mido;	;I"eot;	T;I"eot;	T;i&;@
:@aftero;	;I"?#iefix;	T;;;i&;@
;i&;@
:@keywords{ ;0;i&;@
:@guarded0;[ ;i&;@
o:Sass::Tree::DirectiveNode
;[I"@font-face;	T;[
o:Sass::Tree::PropNode;[I"font-family;	T;o;;I"
quote;	T;[o;	;I"	name;	T;I"	name;	T;i(;@
;"{ ;0;i(;@
:
@tabsi :@prop_syntax:new;[ ;i(;@
u:Sass::Tree::IfNodeÒ[o:Sass::Script::Variable	:
@nameI"eot:ET:@underscored_nameI"eot;T:
@linei):@options{ 0[o:Sass::Tree::PropNode;[I"src;T:@valueo:Sass::Script::Funcall;I"font-url;T:
@args[o; 	;I"eot;T;I"eot;T;	i*;
@	:@keywords{ :@splat0;	i*;
@	:
@tabsi :@prop_syntax:new:@children[ ;	i*;
@	o:Sass::Tree::VariableNode;I"font-files;T:
@expro:Sass::Script::List	;[o;	;[o;;I"font-url;T;[o; 	;I"iefont;T;I"iefont;T;	i+;
@	;{ ;0;	i+;
@	o;;I"unquote;T;[o:Sass::Script::String	;I" format('embedded-opentype');T:
@type:string;	i+;
@	;{ ;0;	i+;
@	:@separator:
space;	i+;
@	o; 	;I"font-files;T;I"font_files;T;	i+;
@	;:
comma;	i+;
@	:@guarded0;[ ;	i+;
@	o;%;[I"src;	T;o;	;I"font-files;	T;I"font_files;	T;i-;@
;&i ;';(;[ ;i-;@
u;)ü[o:Sass::Script::Variable	:
@nameI"weight:ET:@underscored_nameI"weight;T:
@linei.:@options{ 0[o:Sass::Tree::PropNode;[I"font-weight;T:@valueo; 	;I"weight;T;I"weight;T;	i/;
@	:
@tabsi :@prop_syntax:new:@children[ ;	i/;
@	u;)÷[o:Sass::Script::Variable	:
@nameI"
style:ET:@underscored_nameI"
style;T:
@linei1:@options{ 0[o:Sass::Tree::PropNode;[I"font-style;T:@valueo; 	;I"
style;T;I"
style;T;	i2;
@	:
@tabsi :@prop_syntax:new:@children[ ;	i2;
@	;i':@has_childrenT;@
;i%;*T;@
;
I"/@import "shared";

// Cross-browser support for @font-face. Supports IE, Gecko, Webkit, Opera.
//
// * $name is required, arbitrary, and what you will use in font stacks.
// * $font-files is required using font-files('relative/location', 'format').
//   for best results use this order: woff, opentype/truetype, svg
// * $eot is required by IE, and is a relative location of the eot file.
// * $weight shows if the font is bold, defaults to normal
// * $style defaults to normal, might be also italic
// * For android 2.2 Compatiblity, please ensure that your web page has
//   a meta viewport tag.
// * To support iOS < 4.2, an SVG file must be provided
//
// If you need to generate other formats check out the Font Squirrel
// [font generator](http://www.fontsquirrel.com/fontface/generator)
//

// In order to refer to a specific style of the font in your stylesheets as
// e.g. "font-style: italic;",  you may add a couple of @font-face includes
// containing the respective font files for each style and specying
// respective the $style parameter.

// Order of the includes matters, and it is: normal, bold, italic, bold+italic.

@mixin font-face(
  $name,
  $font-files,
  $eot: false,
  $weight: false,
  $style: false
) {
  $iefont: unquote("#{$eot}?#iefix");
  @font-face {
    font-family: quote($name);
    @if $eot {
      src: font-url($eot);
      $font-files: font-url($iefont) unquote("format('embedded-opentype')"), $font-files;
    }
    src: $font-files;
    @if $weight {
      font-weight: $weight;
    }
    @if $style {
      font-style: $style;
    }
  }
}
;	T;*T;@
;i