/* Switzer Font Family */
@font-face {
  font-family: 'Switzer';
  src: url('/static/fonts/Switzer-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Switzer';
  src: url('/static/fonts/Switzer-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('/static/fonts/Switzer-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

/* Base font family */
body {
  font-family: 'Switzer', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 400;
}

/* Ensure all headings use font-weight 400 (Regular) by default */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/* Custom font size utilities */
.text-\[40px\] {
  font-size: 40px;
  line-height: 1.2;
}

.text-\[24px\] {
  font-size: 24px;
  line-height: 1.3;
}

.text-\[15px\] {
  font-size: 15px;
  line-height: 1.5;
}
