body {
	min-height: 100vh;
	margin: 0;
	background-color: #fff;
	font-family: Lato, Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
}

hanko-profile {
	--background-color: transparent;
}

@font-face {
	font-family: Lato;
	src: url('/fonts/Lato-Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Lato;
	src: url('/fonts/Lato-ThinItalic.woff2') format('woff2');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

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

@font-face {
	font-family: Lato;
	src: url('/fonts/Lato-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

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

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

@font-face {
	font-family: Lato;
	src: url('/fonts/Lato-BoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

/* Lato Black (weight 900) */
@font-face {
	font-family: Lato;
	src: url('/fonts/Lato-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Lato;
	src: url('/fonts/Lato-BlackItalic.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

:root {
	--z-minus: -1;
	--z-base: 0;
	--z-content: 10;
	--z-header: 100;
	--z-dropdown: 200;
	--z-tooltip: 300;
	--z-overlay: 400;
	--z-modal: 500;
	--z-toast: 600;
	--z-critical: 999;
}
