@font-face {
    font-family: 'Estedad-Bold';
    src: url("./fonts/Estedad-Bold.ttf")  format('truetype'),
    url("./fonts/Estedad-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad-ExtraLight';
    src: url("./fonts/Estedad-ExtraLight.ttf")  format('truetype'),
    url("./fonts/Estedad-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad';
    src: url("./fonts/Estedad-Regular.ttf")  format('truetype'),
    url("./fonts/Estedad-Regular.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad-Regular';
    src: url("./fonts/Estedad-Regular.ttf")  format('truetype'),
    url("./fonts/Estedad-Regular.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad-Black';
    src: url("./fonts/Estedad-Black.ttf")  format('truetype'),
    url("./fonts/Estedad-Black.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}



