@font-face {
    font-family: 'segoe-ui';
    font-weight: 100;
    src: local('segoe-ui'), url('./fonts/segoe-ui/segoe-ui-light.woff2') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'segoe-ui';
    font-weight: 200;
    src: local('segoe-ui'), url('./fonts/segoe-ui/segoe-ui-semilight.woff2') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'segoe-ui';
    font-weight: 400;
    src: local('segoe-ui'), url('./fonts/segoe-ui/segoe-ui-regular.woff2') format('woff');
    font-display: swap;
}

/*@font-face {
    font-family: 'segoe-ui';
    font-weight: 400;
    src: local("segoe-ui"), url("./fonts/segoe-ui/segoe-ui-regular-italic.ttf") format('ttf');
    font-display: swap;
}*/

@font-face {
    font-family: 'segoe-ui';
    font-weight: 600;
    src: local("segoe-ui"),
    url("./fonts/segoe-ui/segoe-ui-semibold.woff2") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'segoe-ui';
    font-weight: 700;
    src: local("segoe-ui"),
    url("./fonts/segoe-ui/segoe-ui-bold.woff2") format('woff');
    font-display: swap;
}

/*@font-face {
    font-family: 'segoe-ui';
    font-weight: 700;
    src: local("segoe-ui"), url("./fonts/segoe-ui/segoe-ui-regular-bold-italic.ttf") format('ttf');
    font-display: swap;
}*/

@font-face {
    font-family: 'exo-2';
    src: local("Exo 2"), url("./fonts/exo-2/exo2.woff2") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'futura-md';
    font-weight: 400;
    src: local('futura-md'), url('./fonts/futura-bt/futura-medium-bt.ttf') format('truetype');
    font-display: swap;
}


@font-face {
    font-family: 'futura-md';
    font-weight: 700;
    src: local('futura-md'), url('./fonts/futura-bt/futura-bold-bt.otf') format('opentype');
    font-display: swap;
}
