@import 'fonts.css';

:root {
--primary: #1e87f0;
--primary-hover: #0f7ae5;
--secondary: #222;
--secondary-hover: #151515;
--emphasis: #111;
--default: #666;
--meta: #999;
--muted: #f8f8f8;
--white: #fff;
--white-75: rgb(255, 255, 255, .75);
--white-25: rgb(255, 255, 255, .25);
--border-radius: 10px;
--font-family-default: '';
--font-family-primary: '';
}

/*-- BASE --*/
textarea {
  resize: none;
}

/*-- UIkit --*/



/*-- CUSTOM --*/
/*Cookie CSS*/

.tm-cookie-banner .uk-container {
  text-align: left !important;
  padding-right: 55px;
  font-size: .875rem;
}
.tm-cookie-banner .uk-close {
  width: 40px;
  transform: none;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--primary);
}
@media(min-width: 960px){
  .tm-cookie-banner {
    max-width: 420px;
    bottom: 40px;
    left: 40px;
  }
}