@font-face {
	font-family: 'Inter';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local('Inter Regular'), url('Inter-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: local('Inter Medium'), url('Inter-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: local('Inter SemiBold'), url('Inter-Semi-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: local('Inter Bold'), url('Inter-Bold.woff2') format('woff2');
}

/* Utility classes for font sizes */
.fs-xs { font-size: 0.75rem !important; line-height: 1rem !important; }     /* 12px */
.fs-sm { font-size: 0.875rem !important; line-height: 1.25rem !important; }  /* 14px */
.fs-base { font-size: 1rem !important; line-height: 1.5rem !important; }     /* 16px */
.fs-lg { font-size: 1.125rem !important; line-height: 1.75rem !important; }  /* 18px */
.fs-xl { font-size: 1.25rem !important; line-height: 1.75rem !important; }   /* 20px */
.fs-2xl { font-size: 1.5rem !important; line-height: 2rem !important; }      /* 24px */
.fs-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; } /* 30px */
.fs-4xl { font-size: 2.25rem !important; line-height: 2.5rem !important; }   /* 36px */
.fs-5xl { font-size: 3rem !important; line-height: 1 !important; }           /* 48px */
.fs-6xl { font-size: 3.75rem !important; line-height: 1 !important; }        /* 60px */

/* Utility classes for font weights */
.fw-regular { font-weight: 400 !important; }
.fw-medium { font-weight: 500 !important; }
.fw-semibold { font-weight: 600 !important; }
.fw-bold { font-weight: 700 !important; }
