/* safari test */

/* @font-face {
  font-family: RubikMedium;
  src: url(fonts/Rubik-Medium.ttf);
} */

@font-face {
  font-family: 'Arkhip';
  src: url('Arkhip.woff2') format('woff2'),
      url('Arkhip.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
    --bs-border-radius: 8px;
    --bs-card-inner-border-radius: 8px !important;
    --bs-link-color: #F9740B;
    --bs-link-hover-color: #C75D09;
    --ta-text-black: #2A2E30;
}


h1 {
  font-family: 'Arkhip', sans-serif;  
}


#debug {
    opacity: .9;
    padding: 1em;
    font-size: 70%;
    overflow: scroll;
    display: block;
  }
  
  .sh-debugbutton {
    position: fixed;
    bottom: 30px;
    right: 0;
    background-color: gray;
    opacity: .5;
  }
  
  #debug h2 {
    font-size: 1.5em;
    font-weight: bold;
  }
  
  .slide-read-more{
    overflow:hidden;
    color:rgb(254, 134, 172);
  }
  .slide-read-more-button{
    cursor: pointer;
    text-align: right;
    margin-top: 8px;
    color: #488A8A;
    display: none;
  }