/* @font-face {
    font-family: 'Inter'; 
    src: url('/fonts/Inter-Regular.ttf') format('ttf');
  }
  @font-face {
    font-family: 'Poppins'; 
    src: url('/fonts/Poppins-Regular.otf') format('otf');
  } */
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
}
.affyi_header{
    display: flex;
    justify-content: space-between;
    padding: 0 108px;
    padding-top: 24px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
.heard_menu{
    display: flex;
    gap: 12px;
    height: 21px;
}
.heard_menu>p{
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #262626;
}
.heard_menu>a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #932604;
}