@charset 'UTF-8';

@font-face {
	font-family: 'Sora';
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/sora/sora-bold.woff2') format('woff2'),
	     url('../fonts/sora/sora-bold.woff') format('woff');
}
@font-face {
	font-family: 'Sora';
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/sora/sora-regular.woff2') format('woff2'),
	     url('../fonts/sora/sora-regular.woff') format('woff');
}
@font-face {
	font-family: 'Sora';
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/sora/sora-light.woff2') format('woff2'),
	     url('../fonts/sora/sora-light.woff') format('woff');
}
@font-face {
	font-family: 'Sora';
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/sora/sora-semibold.woff2') format('woff2'),
	     url('../fonts/sora/sora-semibold.woff') format('woff');
}
@font-face {
	font-family: 'Sora';
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/sora/sora-medium.woff2') format('woff2'),
	     url('../fonts/sora/sora-medium.woff') format('woff');
}
@font-face {
	font-family: 'Sora';
	font-weight: 200;
	font-display: swap;
	src: url('../fonts/sora/sora-extralight.woff2') format('woff2'),
	     url('../fonts/sora/sora-extralight.woff') format('woff');
}
@font-face {
	font-family: 'Sora';
	font-weight: 100;
	font-display: swap;
	src: url('../fonts/sora/sora-thin.woff2') format('woff2'),
	     url('../fonts/sora/sora-thin.woff') format('woff');
}
