/*
 * BemVindoPT – Lokale Web Fonts
 * Versionen: Fraunces v38, Inter v20, JetBrains Mono v24
 * Charset: Latin
 */

/* Fraunces – regular (400) */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-display: swap;
  src: url('/fonts/fraunces-v38-latin-regular.woff2') format('woff2');
}

/* Fraunces – 500 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  font-display: swap;
  src: url('/fonts/fraunces-v38-latin-500.woff2') format('woff2');
}

/* Fraunces – 600 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-optical-sizing: auto;
  font-display: swap;
  src: url('/fonts/fraunces-v38-latin-600.woff2') format('woff2');
}

/* Inter – regular (400) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-v20-latin-regular.woff2') format('woff2');
}

/* Inter – 500 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter-v20-latin-500.woff2') format('woff2');
}

/* Inter – 600 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-v20-latin-600.woff2') format('woff2');
}

/* Inter – 700 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-v20-latin-700.woff2') format('woff2');
}

/* JetBrains Mono – regular (400) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-v24-latin-regular.woff2') format('woff2');
}

/* JetBrains Mono – 500 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-v24-latin-500.woff2') format('woff2');
}
