@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900');
:root {
	--mantine-font-family: "Golos Text", Arial, sans-serif;
	--mantine-color-white: #e9fdf7;
}
body {
	font-family: var(--mantine-font-family) !important;
}
a[href*="docmost.com"],
a[href*="flydex.io"] {
    display: none !important;
}

strong{
	font-weight: 600
}
[data-mantine-color-scheme="dark"] strong {
	color: #7df09f;
}