@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Medium.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Light.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-weight: 400;
  font-display: swap;
}
/**
 * @file
 * A shortcut to entire theme configuration.
 */
/**
 * @file
 * Default style for file module.
 */
/* File icons.*/
.file {
  padding-left: 20px;
  /* LTR */
  display: inline-block;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */
}

[dir=rtl] .file {
  padding-left: inherit;
  padding-right: 20px;
  background-position: right center;
}

.file--general,
.file--application-octet-stream {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/application-octet-stream.png");
}

.file--package-x-generic {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/package-x-generic.png");
}

.file--x-office-spreadsheet {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/x-office-spreadsheet.png");
}

.file--x-office-document {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/x-office-document.png");
}

.file--x-office-presentation {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/x-office-presentation.png");
}

.file--text-x-script {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/text-x-script.png");
}

.file--text-html {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/text-html.png");
}

.file--text-plain {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/text-plain.png");
}

.file--application-pdf {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/application-pdf.png");
}

.file--application-x-executable {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/application-x-executable.png");
}

.file--audio {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/audio-x-generic.png");
}

.file--video {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/video-x-generic.png");
}

.file--text {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/text-x-generic.png");
}

.file--image {
  background-image: url("/profiles/contrib/droopler/themes/custom/droopler_theme/images/icons/image-x-generic.png");
}
/*# sourceMappingURL=../maps/libraries/file.css.map */
