*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

@font-face {
    font-family: 'BodoniXT';
    src: url('/fonts/Kaisei.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/fonts/Inter-semiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    /* 🎨 Couleurs */
    --text-color: white;
    --background-color: #000000;
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Roboto', sans-serif;
    --font-title: 'BodoniXT', serif;
    --font-subtitle:'Inter', serif;
    --font-subtitleBold:'Inter-SemiBold', serif;
}

html{
    font-size: 1.2vw;
}

.ancre{
    opacity: 1;
    transform: translateY(0);
}

.content-cart-login {
    opacity: 1;
}

main{
max-width: 80%;
    display: flex;
    flex-direction: column;
    gap:2rem;
    width: 100%;
    margin-inline-end: auto;
  margin-inline-start: auto;
  padding: 2rem 0;
}

h1,h2{
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

p{
    font-size: 0.9rem;
}

 @media (max-width: 991.98px) { /* lg- */

    html{
        font-size: 62.5%
    }

    h1,h2{
    margin-bottom: 1rem;
    font-size: 2rem;
}

main{
    max-width: 80%;

}

p{
    font-size: 1.5rem;
}

}
