@font-face {
  font-family: 'BootsSharp';
  src: url(/9dcd0f25b5d3888a64c6d9d10d9188ae.woff2) format('woff2'),
    url(/2f7297856efb1424e7bf7d964a9feebf.woff) format('woff'),
    url(/e83063694e23fea7c70c726c9ab3e9b0.eot) format('eot');
}

@font-face {
  font-family: 'BootsSharp';
  src: url(/f5602a94688c5e5c4b322ddaa8dc3324.woff2) format('woff2'),
    url(/31d707d733a4573fa0da3da6a85e6281.woff) format('woff'),
    url(/852b6099c2d5c9e87d667f6e1ab86170.eot) format('eot');
  font-weight: 300;
}

@font-face {
  font-family: 'BootsSharp';
  src: url(/fec6cee7cb6fac4e91e78dac8de90129.woff2) format('woff2'),
    url(/fd61e1abcdd883bc5904487bc620e85e.woff) format('woff'), url(/43defbb2a70a9fc7b108d430e343d0fb.eot) format('eot');
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
  font-family: 'BootsSharp', sans-serif;
  color: #05054b;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

