/* ===============================
   Author: {Marina}
   Date:   {August 2026}
   
   Notes:
   Hand coded for Build a Website
   from Scratch with HTML & CSS
   by Marina VFX
   
   Colour Palette:
   ---------------
   Void:		         #070912
   Deep Space:			#11172A
   Field Blue:			#19243D
   Starlight:			#F1EEE5
   Cosmic Dust:      #9299AA
   Marina Gold:      #E3CB73
   Stellar Gold:     #F1DFA0
   Quantum Violet:   #685B88
   =============================== */
/* Fonts */
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'PlexMono';
  src: url('../fonts/IBMPlexMono-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
}
/* Hero */
.burned_book_hero{
   background: url("../images/articles/burned-book/burned_book_hero.jpg") center center no-repeat;
}

/* Article content */

#headphones  .article_side_note_line{
   width: 1px;
   height: 110px;

   flex-shrink: 0;

   background: rgba(227, 203, 115, 0.5);
}

#passed_sunsets  .article_side_note_line{
   width: 1px;
   height: 70px;

   flex-shrink: 0;

   background: rgba(227, 203, 115, 0.5);
}
#presence .article_side_note_line{
   width: 1px;
   height: 80px;

   flex-shrink: 0;

   background: rgba(227, 203, 115, 0.5);
}
#cherries .article_side_note_line{
   width: 1px;
   height: 70px;

   flex-shrink: 0;

   background: rgba(227, 203, 115, 0.5);
}