@font-face {
    font-family: 'estedad';
    src: url("../fonts/Estedad-FD-Regular.woff2");
    font-weight: 400;
}

@font-face {
    font-family: 'estedad';
    src: url("../fonts/Estedad-FD-Medium.woff2");
    font-weight: 500;
}

@font-face {
    font-family: 'estedad';
    src: url("../fonts/Estedad-FD-SemiBold.woff2");
    font-weight: 600;
}

@font-face {
    font-family: 'estedad';
    src: url("../fonts/Estedad-FD-Bold.woff2");
    font-weight: 700;
}

body:not(i) {
    font-family: estedad, sans-serif;
}