@CHARSET "UTF-8";


/* OSWALD */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300; 
  src: url('Oswald-Light.woff') format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: normal;
  src: url('Oswald-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: bold;
  src: url('Oswald-Bold.woff') format('woff');  
}

/* DEJAVU SERIF */

@font-face {
    font-family: 'DejaVu Serif Condensed';
    src: url('DejaVuSerifCondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Serif Condensed';
    src: url('DejaVuSerifCondensed-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Serif Condensed';
    src: url('DejaVuSerifCondensed-BoldItalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DejaVu Serif Condensed';
    src: url('DejaVuSerifCondensed-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DejaVu Serif';
    src: url('DejaVuSerif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Serif';
    src: url('DejaVuSerif-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Serif';
    src: url('DejaVuSerif-Bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


/* DEJAVU SANS */

@font-face {
    font-family: 'DejaVu Sans';
    src: url('DejaVuSans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('DejaVuSans-ExtraLight-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}


/* Quarmic (Trashy) */

@font-face {
    font-family: 'quarmic sans';
	src: url('quarmic-sans.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
