/*
Theme Name:  AIIT Portal Theme
Theme URI:   https://allinitsoltuions.com.au
Description: Internal staff portal theme for AIIT Portal v2. Provides the kanban board UI, client list, dashboard, and authentication pages.
Version:     2.0.63
Author:      All in IT Solutions
Text Domain: aiit-portal-theme
*/

/* ============================================================
   Base Reset
   ============================================================ */

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	height: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	background-color: #e5ebf3;
	color: #1a1a2e;
	line-height: 1.5;
	height: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

button {
	cursor: pointer;
	border: none;
	background: none;
	font: inherit;
}

input, select, textarea {
	font: inherit;
}

img {
	max-width: 100%;
	display: block;
}
