/*
	Copyright (c) 2021, 2025 ArSysOp

	This program and the accompanying materials are made available under the
	terms of the Eclipse Public License 2.0 which is available at
	https://www.eclipse.org/legal/epl-2.0/.

	SPDX-License-Identifier: EPL-2.0

	Contributors:
		Anastasiia Parovyshnaia - initial API and implementation
*/

@font-face {
	font-family: "Aleo";
	font-style: normal;
	font-weight: 400;
	font-display: swap;

	src: local("Aleo"),
		url("../fonts/Aleo-Regular.woff2") format("woff2"),
}

@font-face {
	font-family: "Aleo";
	font-style: normal;
	font-weight: 600;
	font-display: swap;

	src: local("Aleo"),
		url("../fonts/Aleo-SemiBold.woff2") format("woff2"),
}

@font-face {
	font-family: "Aleo";
	font-style: italic;
	font-weight: 600;
	font-display: swap;

	src: local("Aleo"),
		url("../fonts/Aleo-SemiBoldItalic.woff2") format("woff2"),
}

body {
	font-family: "Aleo", "Palatino", "Georgia", serif;
}