@import "tailwindcss";
@source "../views/*/*.ejs";
@source "../js/*/*.js";
@plugin "daisyui";

@font-face {
	font-family: "Fira Code";
	src: url("../fonts/FiraCode-VariableFont_wght.ttf");
	font-optical-sizing: auto;
	font-style: normal;
}

body {
	font-family: "Fira Code", monospace;
	-webkit-font-smoothing: antialiased;
}

button {
	cursor: pointer;
}

/* Start below */

.btn-project {
	border-radius: 16px;
	border: 1px solid #454550;
	background: #1e1e22;
	color: white;
}

.logo-text {
	font-weight: bold;
}
