@charset "utf-8";
@font-face
{
	font-family: 'TransportNew';
	src:
		url('TransportNew-Light.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
    font-display: auto;
}

@font-face
{
    font-family: 'TransportNew';
    src:
        url('TransportNew-LightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: auto;

}

@font-face
{
    font-family: 'TransportNew';
    src:
        url('TransportNew-Medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

/* @font-face
{
    font-family: 'TransportNew';
    src:
        url('TransportNew-MediumItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: auto;
} */

@font-face
{
    font-family: 'TransportNew';
    src:
        url('TransportNew-Heavy.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

/* @font-face
{
    font-family: 'TransportNew';
    src:
        url('TransportNew-HeavyItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: auto;
} */
