
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:wght@300&display=swap');

*{ 
	font-family: 'Radio Canada', sans-serif;
	margin: 0px;
	padding: 0px;		
}

strong, b {
    font-weight: bold;
}

	
#main-table 
{
	width: 900px; 
	font-size: 14px;	
	border: 0px;
}

.title-font
{
	font-size: 18px;
	font-weight: bold;
}

.split-font
{
	font-size: 16px;
	font-weight: bold;
}

.split-cell
{
	width: 200px;
}

.lo-icon-cell
{
	width: 200px;
}

.lo-icon
{
	width: 172px;
}

.lo-info-cell
{
	width: 700px;
}

.project-table 
{
	width: 700px; 
	border: 0px;
	font-size: 14px;
}

.project-icon-cell
{
	width: 200px;
	height: 200px;
}

.project-icon
{
	width: 190px;
}

.project-title
{
	font-size: 16px;
	width: 550px;
}

.project-timeline
{
	font-size: 13px;
	width: 150px;
}

.project-info
{
	font-size: 14px;
	width: 700px;
}

.small-font
{
	font-size: 12px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}