@font-face {
    	font-family: Corps;
    	src:url("../font/OpenSans-Regular.ttf");
	}


@font-face {
    font-family: title;
    src:url("../font/Qwigley-Regular.ttf");
}

@font-face {
    font-family: Test;
    src:url("../font/Avenir_Regular.ttf");
}


article :where(h2){
    font-family: title;
    font-size: 50px;
    line-height: 1;
}

header :where(h2){
    font-family: title;
    font-size: clamp(50px,20vw,165px);
    text-align: center;
}

header h2.contact{
    font-size: clamp(50px,18vw,165px);
}

header.projets h2{
    font-size: clamp(50px,20vw,165px);
}


.underline{
    text-decoration: underline;
}
