/* Display */
.m3-display-large {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 3.5625rem; /* 57px */
	letter-spacing: -0.0156rem; /* -0.25px */
}
.m3-display-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 2.8125rem; /* 45px */
	letter-spacing: 0;
}
.m3-display-small {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 2.25rem; /* 36px */
	letter-spacing: 0;
}

/* Headline */
.m3-headline-large {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 2rem; /* 32px */
	letter-spacing: 0;
}
.m3-headline-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.75rem; /* 28px */
	letter-spacing: 0;
}
.m3-headline-small {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.5rem; /* 24px */
	letter-spacing: 0;
}

/* Title */
.m3-title-large {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 1.375rem; /* 22px */
	letter-spacing: 0;
}
.m3-title-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 1rem; /* 16px */
	letter-spacing: 0.0094rem; /* 0.15px */
}
.m3-title-small {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 0.875rem; /* 14px */
	letter-spacing: 0.0063rem; /* 0.1px */
}

/* Body */
.m3-body-large {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 1rem; /* 16px */
	letter-spacing: 0.0313rem; /* 0.5px */
}
.m3-body-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 0.875rem; /* 14px */
	letter-spacing: 0.0156rem; /* 0.25px */
}
.m3-body-small {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 0.75rem; /* 12px */
	letter-spacing: 0.025rem; /* 0.4px */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Label */
.m3-label-large {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 0.875rem; /* 14px */
	letter-spacing: 0.0063rem; /* 0.1px */
}
.m3-label-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 0.75rem; /* 12px */
	letter-spacing: 0.0313rem; /* 0.5px */
}
.m3-label-small {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 0.6875rem; /* 11px */
	letter-spacing: 0.0313rem; /* 0.5px */
}

/* Antialiasing for all text styles */
.m3-display-large,
.m3-display-medium,
.m3-display-small,
.m3-headline-large,
.m3-headline-medium,
.m3-headline-small,
.m3-title-large,
.m3-title-medium,
.m3-title-small,
.m3-label-large,
.m3-label-medium,
.m3-label-small,
.m3-body-large,
.m3-body-medium {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
