/*
 *= require_tree .
 *= require_self
 */

body {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

nav[aria-label="Breadcrumb"] {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 0.7rem;
  color: var(--text-faint);
}

nav[aria-label="Breadcrumb"] a {
  color: var(--text-faint);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}

nav[aria-label="Breadcrumb"] a:hover {
  color: var(--accent);
}

@media (max-width: 639px) {
  .youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }
  .youtube-container iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  }
  .youtube-shorts-container {
    position: relative; width: 100%; padding-bottom: 177.78%; height: 0;
  }
  .youtube-shorts-container iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  }
}
