:root {
	--theme-font: 'Nanum Gothic';
	
	--theme-color: #3498db;
	--theme-color-secondary: #7f7f7f;
	--theme-color-secondary-text: white;
	
	--theme-color-button: var(--theme-color);
	--theme-color-border: #248ace;
	--theme-color-button-text: white;

	--theme-color-table-header: #e8e8e8;
	--theme-color-table-header-text: #000;
	--theme-color-table-header-sortable: #ccc;

	--theme-color-login: var(--theme-color);
	--theme-color-login-border: #248ace;
	--theme-color-login-button-text: white;
	
	--theme-color-menu-btn: var(--theme-color);
	--theme-color-menu-btn-on: var(--theme-color);
	--theme-color-menu-description: #DEEBF7;

	--theme-button-padding: 8.5px 10px 9.5px 10px;
	--theme-button-radius: 5px;
	--theme-input-radius: 5px;

}
