/* Font fallback definitions */
:root {
  --font-assistant: Assistant, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-redhat: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-inter: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Assistant Font */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 200;
  font-display: optional;
  src: url('/fonts/woff2/Assistant-ExtraLight.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url('/fonts/woff2/Assistant-Light.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/woff2/Assistant-Regular.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('/fonts/woff2/Assistant-Medium.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/woff2/Assistant-SemiBold.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/woff2/Assistant-Bold.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url('/fonts/woff2/Assistant-ExtraBold.woff2') format('woff2');
  font-synthesis: none;
}

/* Red Hat Display Font */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url('/fonts/woff2/RedHatDisplay-Light.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/woff2/RedHatDisplay-Regular.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('/fonts/woff2/RedHatDisplay-Medium.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/woff2/RedHatDisplay-SemiBold.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/woff2/RedHatDisplay-Bold.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url('/fonts/woff2/RedHatDisplay-ExtraBold.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url('/fonts/woff2/RedHatDisplay-Black.woff2') format('woff2');
  font-synthesis: none;
}

/* Inter Font */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/woff2/Inter_18pt-Regular.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('/fonts/woff2/Inter_18pt-Medium.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/woff2/Inter_18pt-SemiBold.woff2') format('woff2');
  font-synthesis: none;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/woff2/Inter_18pt-Bold.woff2') format('woff2');
  font-synthesis: none;
} 