@font-face {
  font-family: 'Rage Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Rage Italic'), url('RAGE_1.woff') format('woff');
}
@font-face {
  font-family: 'BankGothic Lt BT';
  src: url('BankGothic Lt BT Light.ttf') format('truetype');
}
:root {
  --ink: #1b1f2a;
  --bg: #b0c5b6;
  --primary: #0a6fb5;
  --sand: #f6f2ea;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
* {
  box-sizing: border-box;
}
html,
body {
  background: var(--bg);
}

.courier {
  font-family: 'Courier New', Courier, monospace;
}

.rage {
  font-family: 'Rage Italic', 'Brush Script MT', 'Segoe Script', cursive;
}

.bank {
  font-family: 'BankGothic Lt BT', 'Bank Gothic', 'Eurostile', sans-serif;
}

.title {
  font-size: 60px;
  letter-spacing: 2px;
}

.espaco {
  margin-top: 6rem !important;
}
