/* =========================================================
   Lato font ailesi — tek 'Lato' ailesi altında ağırlıklar
   Yollar bu dosyaya (assets/fonts/) göre görelidir.
   ========================================================= */

/* Thin 100 */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Thin.eot?#iefix') format('embedded-opentype'),
       url('Lato-Thin.woff2') format('woff2'),
       url('Lato-Thin.woff') format('woff'),
       url('Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Regular 400 */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'),
       url('Lato-Regular.woff2') format('woff2'),
       url('Lato-Regular.woff') format('woff'),
       url('Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic 400 */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Italic.eot?#iefix') format('embedded-opentype'),
       url('Lato-Italic.woff2') format('woff2'),
       url('Lato-Italic.woff') format('woff'),
       url('Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium 500 */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Medium.eot?#iefix') format('embedded-opentype'),
       url('Lato-Medium.woff2') format('woff2'),
       url('Lato-Medium.woff') format('woff'),
       url('Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Semibold 600 */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Semibold.eot?#iefix') format('embedded-opentype'),
       url('Lato-Semibold.woff2') format('woff2'),
       url('Lato-Semibold.woff') format('woff'),
       url('Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold 700 */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Bold.eot?#iefix') format('embedded-opentype'),
       url('Lato-Bold.woff2') format('woff2'),
       url('Lato-Bold.woff') format('woff'),
       url('Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Heavy 900 */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Heavy.eot?#iefix') format('embedded-opentype'),
       url('Lato-Heavy.woff2') format('woff2'),
       url('Lato-Heavy.woff') format('woff'),
       url('Lato-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
