/*
 * To test Comme-Light.ttf (October 24, 2019)
 * http://www.fontsquirrel.com/fonts/comme (Vernon Adams)
 *
 * (c) Olivier Pirson
 * http://www.opimedia.be/
 */
@font-face {
    font-family: Comme-Light;
    src: url(Comme-Light.ttf) format('truetype');
}

.Comme-Light { font-family: Comme-Light, sans-serif; }

span.Comme-fix {
    display: inline-block;
    min-width: 0.75ex;
    text-align: left;
}



/* Simple style to test page */
body { font-family: sans-serif; }

footer { text-align: right; }

h1 {
    font-size: 160%;
    text-align: center;
}

h2,
h3 {
    margin-bottom: 0;
}

img { vertical-align: middle; }

p { margin: 0; }


main div {
    border: 1px solid black;
    display: inline-block;
    padding: 1ex;
}

main section {
    border-bottom: 1px solid black;
    padding-bottom: 1ex;
}


.center { text-align: center; }
.justify { text-align: justify; }
.right { text-align: right; }

.filename { font-family: monospace; }

.surname { font-variant: small-caps; }
