:root {
	--systopic: #57828c;
	--highlight:#ea4d5a;
    --gray: rgba(12, 12, 12, 0.5);
    --bg-color:#f2f2f2;
    --maxWidth:1850px;
}

@font-face {
    font-family: systopic;
    src: url('../fonts/Inter-VariableFont.ttf') format('truetype');
    font-weight: 300 500 600 700;
    font-display: swap;
    font-style: normal;
}