/*
 * Source Sans Pro — yerel (self-hosted) sürüm
 * Orijinal: https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700
 * Not: Google bu aileyi artık "Source Sans 3" olarak dağıtıyor; dosyalar Source Sans 3,
 *      ancak font-family adı uygulamayla uyumlu olması için 'Source Sans Pro' bırakıldı.
 * Ağırlıklar: 300=Light, 400=Regular, 400i=Italic, 700=Bold
 * Font yolları bu CSS'e GÖRECELİdir (fonts/...).
 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/SourceSans3-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/SourceSans3-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/SourceSans3-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/SourceSans3-Bold.woff2') format('woff2');
}
