@font-face {
    font-family: 'Franie';
    src: url('FranieRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Franie';
    src: url('FranieBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'FranieBold';
    src: url('FranieBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('LexendDeca.ttf') format('truetype');
    font-style: normal;
}


/* ***** */


.font-franie {
    font-family: 'Franie', sans-serif;
}

.font-lexendDeca {
    font-family: 'LexendDeca', sans-serif;
}

.font-franie-bold {
    font-family: 'FranieBold', sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}