/* Platypi — fuente del site US HCP HPP.
 * Patrón hermano de koselugo-fonts.css: se sirve desde /content/hpp/
 * y las fuentes viven en /content/hpp/Fonts/ (case-sensitive en el server).
 * NOTA: ideal servir woff2/woff (como koselugo). Aquí apunta al TTF que tenemos;
 * si se convierten a woff2, cambiar las url() y el format().
 */

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-Italic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-SemiBold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-SemiBoldItalic.ttf) format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Platypi';
  src: url(Fonts/Platypi-BoldItalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}