/* Acrescentos ao estilo do bashblog, principalmente tipográficos
 * ~rlafuente
 * 
 * */

body {
  font-family: Archivo, sans-serif;
  color: #111;
}

h1, h2, h3 {
  font-family: Inter, sans-serif;
}

p {
  line-height: 1.3em;
  font-size: 1.1em;
}

/* colocar links com o azul HTML, mas manter títulos a negro */
a, a:visited {
  color: blue !important;
}
a.ablack {
  color: black !important;
}

/* Carregar as fontes */
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: local('Inter'), url('fonts/Inter/Inter-Regular.woff') format('woff');
  src: local('Inter'), url('fonts/Inter/Inter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
  src: local('Inter Bold'), url('fonts/Inter/Inter-Bold.woff') format('woff');
  src: local('Inter Bold'), url('fonts/Inter/Inter-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: italic;
  src: local('Inter Italic'), url('fonts/Inter/Inter-Italic.woff') format('woff');
  src: local('Inter Italic'), url('fonts/Inter/Inter-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: italic;
  src: local('Inter BoldItalic'), url('fonts/Inter/Inter-BoldItalic.woff') format('woff');
  src: local('Inter BoldItalic'), url('fonts/Inter/Inter-BoldItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-weight: 400;
  font-style: normal;
  src: local('Archivo'), url('fonts/Archivo/Archivo-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Archivo';
  font-weight: 700;
  font-style: normal;
  src: local('Archivo Bold'), url('fonts/Archivo/Archivo-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Archivo';
  font-weight: 400;
  font-style: italic;
  src: local('Archivo Italic'), url('fonts/Archivo/Archivo-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Archivo';
  font-weight: 700;
  font-style: italic;
  src: local('Archivo BoldItalic'), url('fonts/Archivo/Archivo-BoldItalic.ttf') format('truetype');
}
