@charset "UTF-8";

/* https://www.brailleinstitute.org/freefont/ */

@font-face {
  font-family: "Atkinson-Hyperlegible"  ;
  src: url("/Atkinson-Hyperlegible-Regular-102.ttf") format("truetype") ;
}

@font-face {
  font-family: "Atkinson-Hyperlegible"  ;
  src: url("/Atkinson-Hyperlegible-Italic-102.ttf") format("truetype") ;
  font-style: italic ;
}

body            { background-color : #DDDDDD ; color : #222222 ; font-family: "Atkinson-Hyperlegible" , sans-serif }
.centre         { text-align : center }
.cadre          { border : 1px solid black }
.legende	{ font-style : italic }

