@charset "utf-8";
/* CSS DOKUMENT */

/* URBANIST – FONT-WEIGHTS */
@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-Medium.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* URBANIST – FONT-STYLES */
@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-MediumItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-SemiBoldItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/urbanist/Urbanist-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* URBANE ROUNDED – FONT-WEIGHTS */
@font-face {
    font-family: 'Urbane_Rounded';
    src: url('fonts/urbane_rounded/UrbaneRounded-Light.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbane_Rounded';
    src: url('fonts/urbane_rounded/UrbaneRounded-Medium.woff2') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbane_Rounded';
    src: url('fonts/urbane_rounded/UrbaneRounded-DemiBold.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbane_Rounded';
    src: url('fonts/urbane_rounded/UrbaneRounded-Bold.woff2') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}