/*
  Theme Name: Lucas Garrido
  Theme URI: https://www.lucasgarrido.com/
  Author: LLOS&
  Author URI: https://llos.co
  Description: Lucas Garrido template
  Version: 1.1.7
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: llos
*/

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'transcript-bold';
  src: url('assets/fonts/transcript-bold.eot');
  src:
    url('assets/fonts/transcript-bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/transcript-bold.woff') format('woff'),
    url('assets/fonts/transcript-bold.woff2') format('woff2'),
    url('assets/fonts/transcript-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'times-ten';
  src: url('assets/fonts/TimesTenLTStd-Roman.eot');
  src:
    url('assets/fonts/TimesTenLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/TimesTenLTStd-Roman.woff2') format('woff2'),
    url('assets/fonts/TimesTenLTStd-Roman.woff') format('woff'),
    url('assets/fonts/TimesTenLTStd-Roman.ttf') format('truetype'),
    url('assets/fonts/TimesTenLTStd-Roman.svg#TimesTenLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}


.cursor {
  display: inline-block;
  opacity: 1;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

#toggle-overview {
  line-height: inherit;
}

.invert #toggle-overview.text-inherit {
  color: white;
}

@media (max-width: 768px) {

  .single #toggle-overview {
    opacity: 0;
  }

  .single #toggle-overview.show {
    opacity: 1;
  }
}

