/* Tinos - 통합 font-family 정의 */

/* Tinos Regular */
@font-face {
  font-family: 'Tinos';
  src: url('./Tinos-Regular.woff2') format('woff2'),
       url('./Tinos-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Tinos Bold */
@font-face {
  font-family: 'Tinos';
  src: url('./Tinos-Bold.woff2') format('woff2'),
       url('./Tinos-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Tinos Italic */
@font-face {
  font-family: 'Tinos';
  src: url('./Tinos-Italic.woff2') format('woff2'),
       url('./Tinos-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Tinos Bold Italic */
@font-face {
  font-family: 'Tinos';
  src: url('./Tinos-BoldItalic.woff2') format('woff2'),
       url('./Tinos-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
