@mixin content_big_titles { font-size: 1.3em; font-weight: 500; text-transform: uppercase; } @mixin content_titles { font-size: 0.9em; font-weight: normal; text-transform: uppercase; } @mixin document_titles_teaser { font-size: 0.82em; font-weight: 500; text-transform: none; } @mixin content_subtitles { font-size: 0.82em; font-weight: 600; line-height: 1.6; text-transform: none; } @mixin content_courant { font-size: 0.82em; font-weight: normal; line-height: 1.4; } @mixin nav_link { font-size: 0.82em; font-weight: normal; text-transform: uppercase; } @mixin content_petit { font-size: 0.756em; font-weight: normal; line-height: 1.4; }