@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

/* Import Li ador font Regular */
@font-face {
    font-family: 'Liador';
    src: url('../fonts/LiAdorNoirritRegular.ttf');
}

body {
    font-family: 'Liador', sans-serif;
    font-size: 16px;
    font-weight: 400;
}