/**
 * Theme Name: My Theme
 * Author: Client name
 * Version: 99.0
**/

@font-face {
	font-family: 'JetBrains Mono';
	src: url('fonts/JetBrainsMono-Regular.woff2') format('woff2'),
	url('fonts/JetBrainsMono-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'JetBrains Mono';
	src: url('fonts/JetBrainsMono-Italic.woff2') format('woff2'),
	url('fonts/JetBrainsMono-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

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

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

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Italic.woff2') format('woff2'),
	url('fonts/Inter-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}


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

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

@font-face {
	font-family: 'Unbounded';
	src: url('fonts/Unbounded-ExtraBold.woff2') format('woff2'),
	url('fonts/Unbounded-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Unbounded';
	src: url('fonts/Unbounded-ExtraLight.woff2') format('woff2'),
	url('fonts/Unbounded-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Unbounded';
	src: url('fonts/Unbounded-Medium.woff2') format('woff2'),
	url('fonts/Unbounded-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Unbounded';
	src: url('fonts/Unbounded-SemiBold.woff2') format('woff2'),
	url('fonts/Unbounded-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

