@font-face {
  font-family: 'AmericanTypewriter-CondensedBold';
  src: url('../../assets/fonts/AmericanTypewriter-CondensedBold.woff2') format('woff2'), url('../../assets/fonts/AmericanTypewriter-CondensedBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'American Typewriter';
  src: url('../../assets/fonts/AmericanTypewriter-Condensed.woff2') format('woff2'), url('../../assets/fonts/AmericanTypewriter-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urban Stone';
  src: url('../../assets/fonts/UrbanStone.woff2') format('woff2'), url('../../assets/fonts/UrbanStone.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  background: #000;
}
body {
  font-family: American Typewriter;
  letter-spacing: 0.03em;
  color: #000000;
  background: #666;
}
.uk-background-primary {
  background: #666;
}
.uk-container-xlarge, .categories {
  max-width: 500px;
  margin: auto;
}
h1, h2, h3, h5, h6 {
  font-family: 'Urban Stone', cursive !important;
  text-transform: uppercase;
}
p {
  margin: 0 0 10px 0;
}
section{ 
  padding-top: 10px;
  background: aqua
}
.pu-logo svg path {
  fill: #FDD823;
  color: #FDD823;
}
.uk-light h3 {
  color: #FDD823;
  text-shadow: -1px 2px 3px rgba(0,0,0,0.75);
}
.uk-light hr {
  border-top-color: #FDD823;
}
.uk-light p b {
  color: #fff;
  font-family: 'AmericanTypewriter-CondensedBold';
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform:uppercase;
}
.uk-light a {
  color: rgba(255, 255, 255, .7);
}
.uk-label {
  padding: 0px 5px;
  font-size: 0.7rem;
  margin-left: 5px;
  text-transform: none;
}
.uk-light .uk-label {
  background-color: #FDD823;
  color: #000;
}
li.category.selected a {
  font-weight: bold;
  color: #fff;
}
li.category.selected circle {
  fill: #fff;
}
li.uk-text-center.category.selected img {
  border: 1px solid #000;
  border-radius: 50px;
  filter: grayscale(100%);
}
.legales{
	padding: 0px;
	font-size: 12px;
}
