/* =========================
   URBANIST FONT – STATIC
========================= */

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/static/Urbanist-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/static/Urbanist-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/static/Urbanist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/static/Urbanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/static/Urbanist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/static/Urbanist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/static/Urbanist-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/static/Urbanist-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* =========================
   GLOBAL FONT APPLY
========================= */

body {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
