@font-face {
  font-family: 'clash';
  src: url("/font/ClashDisplay-Variable.ttf") format("truetype");
}
.logos {
    position: relative;
    width: 100vw;
    bottom: 0;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    /* margin-bottom: 0.3em; */
    z-index: 20;
  }
  
  .logos-slide {
    will-change: transform;
    display: flex;
  }
  
  .style {
    font-family: clash;
    font-size: 1.5rem;
    padding: 0.2em 0.5em;
    border-radius: 5em;
    color: black;
    background-color: white;
    font-variation-settings: "wght" 550 ;
  
  }
  .circle-inline {
    display: inline-block;
    aspect-ratio: 1 / 1;
    height: 100%;
    background-color: white;
    border-radius: 50%;
  }
  
  .insta{
    text-decoration: underline;
    color: inherit;
  }
