
@font-face {
    font-family:'Estedad';
    src:url('../fonts/ttf/Estedad-Black.ttf')format('truetype');
    font-weight:900;
}

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

@font-face {
    font-family:'Estedad';
    src:url('../fonts/ttf/Estedad-ExtraBold.ttf')format('truetype');
    font-weight:800;
}

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

@font-face {
    font-family:'Estedad';
    src:url('../fonts/ttf/Estedad-Light.ttf')format('truetype');
    font-weight:300;
}

@font-face {
    font-family:'Estedad';
    src:url('../fonts/ttf/Estedad-Medium.ttf')format('truetype');
    font-weight:500;
}

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

@font-face {
    font-family:'Estedad';
    src:url('../fonts/ttf/Estedad-SemiBold.ttf')format('truetype');
    font-weight:600;
}

@font-face {
    font-family:'Estedad';
    src:url('../fonts/ttf/Estedad-Thin.ttf')format('truetype');
    font-weight:100;
}

/* =============================================================================
   Pinar — display/headline font for public pre-login pages
   Files are served from: staticfiles/fonts/Pinar-V4/ttf/
   ========================================================================== */
@font-face {
    font-family: 'Pinar';
    src: url('../fonts/Pinar-V4/ttf/Pinar-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Pinar';
    src: url('../fonts/Pinar-V4/ttf/Pinar-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pinar';
    src: url('../fonts/Pinar-V4/ttf/Pinar-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Pinar';
    src: url('../fonts/Pinar-V4/ttf/Pinar-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pinar';
    src: url('../fonts/Pinar-V4/ttf/Pinar-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

