/*	Imports  */

@import "fonts.css";
@import "variables.css";
@import "basics.css";


/*	Profile  */

article h2
{	margin-bottom: 24px; }

.photo
{	padding-top: 0;
	padding-bottom: 0; }

.photo figure
{	margin-left: auto;
	margin-right: auto;
	max-width: var(--main); }

.photo figure picture
{	aspect-ratio: 16/9;
	width: 100%;
	height: auto; }

.photo figcaption
{	padding: 0; }


/*	Lists  */

article.double li + li
{	margin-top: 8px; }