/*-----------------*/
/*--- Abdi Adem ---*/
/*-----------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400&display=swap');

:root {
	--bg-color: #0A0C11;
	--accent-color: #FF9800;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

html {
	background-color: var(--bg-color);
}