/* 
  Stilmall för Ormteatern - www.ormteatern.se
  Copyright 2009 Kulturföreningen Ormen
  
  Denna webbplats använder typsnitten Museo och Museo Sans,
  skapade av Jos Buivenga (exljbris). Läs mer på www.exljbris.nl

  TYPSNITT
  
  */
  
@font-face {
  font-family: "Museo Sans";
  src: local('Museo Sans'), url('/grafik/typsnitt/MuseoSans_500.otf') format('opentype');
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  font-style: normal;
  }
@font-face {
  font-family: Museo;
  src: local('Museo'), url('/grafik/typsnitt/Museo700-Regular.otf') format('opentype');
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  font-weight: 700;
  font-style: normal;
  }
@font-face {
  font-family: Museo;
  src: local('Museo'), url('/grafik/typsnitt/Museo500-Regular.otf') format('opentype');
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  font-weight: 500;
  font-style: normal;
  }
@font-face {
  font-family: Museo;
  src: local('Museo'), url('/grafik/typsnitt/Museo300-Regular.otf') format('opentype');
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  font-weight: 300;
  font-style: normal;
  }
@font-face {
  font-family: "Museo Sans";
  src: local('Museo Sans'), url('/grafik/typsnitt/MuseoSans_500_Italic.otf') format('opentype');
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  font-style: italic;
  }