/* talks.cote.io — shared stylesheet */

@font-face {
  font-family: 'Cartridge';
  src: url('vmug-ams-2026/themes/blue-boy/fonts/Cartridge-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Cartridge Rough';
  src: url('vmug-ams-2026/themes/blue-boy/fonts/Cartridge-Rough.otf') format('opentype');
}

body {
  font-family: 'Cartridge', -apple-system, sans-serif;
  background-color: #0091DA;
  color: #fff;
  margin: 0;
  padding: 2em;
  min-height: 100vh;
  font-size: 1.2em;
}
.container { max-width: 700px; margin: 0 auto; }

h1, h2, h3 { font-family: 'Cartridge Rough', 'Cartridge', sans-serif; }
h1 { font-size: 2.2em; margin-bottom: 0.2em; }
h2 { font-size: 1.1em; margin-top: 1.5em; margin-bottom: 0.3em; }
h3 { font-size: 1.6em; margin-top: 1.5em; margin-bottom: 0.5em; }

a { color: #fff; text-decoration: underline; }

/* Index page */
article { margin-bottom: 1.8em; }
.talk-date { color: rgba(255,255,255,0.6); }
.talk-title a { color: #fff; font-family: 'Cartridge', sans-serif; }
.talk-venue { color: rgba(255,255,255,0.6); }
.talk-venue a { color: rgba(255,255,255,0.6); }
article .meta { margin-top: 0.2em; }

/* Talk pages */
.given { font-style: italic; margin-bottom: 1.5em; }
.slides { margin-bottom: 0.3em; position: relative; }
.slides iframe { border: 0.5em solid #333; background: #333; }
.dl-link { text-align: right; font-size: 0.85em; margin-top: 0.3em; }
.video { margin-bottom: 0.3em; }
.video iframe { border: none; }
.resources ul { padding-left: 1.2em; list-style: none; }
.resources li { margin-bottom: 0.4em; }
.resources li::before { content: '- '; margin-left: -1.2em; }
.nav-bottom { margin-top: 2em; margin-bottom: 1em; }

footer {
  margin-top: 3em;
  border-top: 1px solid rgba(255,255,255,0.4);
  padding-top: 1em;
  line-height: 1.5;
}
