/**
 * qApp Booking Theme - Fonts
 * Self-hosted via cdn.kelt-9.io
 */

/* Barlow Condensed - Headlines */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://cdn.kelt-9.io/themes/ringtaxi.com/fonts/barlow-condensed-v13-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://cdn.kelt-9.io/themes/ringtaxi.com/fonts/barlow-condensed-v13-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://cdn.kelt-9.io/themes/ringtaxi.com/fonts/barlow-condensed-v13-latin-700.woff2') format('woff2');
}

/* Inter - Body Text */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.kelt-9.io/themes/ringtaxi.com/fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://cdn.kelt-9.io/themes/ringtaxi.com/fonts/inter-v20-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://cdn.kelt-9.io/themes/ringtaxi.com/fonts/inter-v20-latin-600.woff2') format('woff2');
}

/* CSS Variables for easy usage */
:root {
  --font-headline: 'Barlow Condensed', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}
