@import url('tufte.css');
@import url('syntax_highlight.css');


@font-face {
    font-family: "EB Garamond";
    src: url('/assets/fonts/garamond/EBGaramond-VariableFont_wght.ttf');
}

@media screen and (min-width: 3000px) {
    body::after {
      /* content: url('/assets/images/impressive.png'); */
      /* display: block;*/
      /* Adjust positioning and size as needed */

        background-image: url('/assets/images/impressive.png');
        background-size: 400px;;
        background-repeat: no-repeat;

        display: inline-block;
        width: 400px; 
        height: 175px;
        content:"";

        position: fixed;
        bottom: 0px;
        right: 5px;
  }
}

.eb-garamond-regular {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

blockquote { 
    font-size: 1.4rem;
    background: #5B5B662E;
    padding: 50px;
    border-left: 10px #db9d59 solid;
    width: 85%;
    padding-right: 15px;
    margin-left: 0px;
    font-family: "EB Garamond", et-book;
}
