/* @import url('http://example.com/example_style.css'); */
% set content_slug = content.slug %}
  
    <p>Breadcrumbs not available: content_slug is not set</p>
  

body {
  font-family: 'Comic Sans MS', 'Papyrus', cursive; /* Weird fonts */
  font-size: 72px; /* Very big font */
  color: hotpink; /* Optional for added weirdness */
  letter-spacing: 5px; /* Makes the text spacing unusual */
  text-transform: uppercase; /* All text in uppercase */
  text-shadow: 3px 3px 5px lime; /* Adds a bright shadow for extra weirdness */
}


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/