/* 
 * Styles globaux pour les polices
 */

html, body, button, input, select, textarea, div, span, p, h1, h2, h3, h4, h5, h6, 
.v-application, .v-btn, .v-chip, .v-card, .v-toolbar, .v-list-item, 
.v-input, .v-text-field, .v-select {
  font-family: 'proxima-nova-condensed', sans-serif !important;
}

/* Seules exceptions pour les polices à espacement fixe */
code, pre, .code-block, [class*="monospace"] {
  font-family: 'Fira Code', monospace !important;
} 