﻿@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}

/*TODO[29058]:Remove Lato begin*/
/* Lato */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black.ttf');
    font-weight: 900;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black.ttf');
    font-weight: 900;
    font-style: italic;
}
/*TODO[29058]:Remove Lato end*/


/* Inter */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/Inter-Regular.woff2?v=3.19") format("woff2"),
        url("fonts/Inter-Regular.woff?v=3.19") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/Inter-Italic.woff2?v=3.19") format("woff2"),
        url("fonts/Inter-Italic.woff?v=3.19") format("woff");
}


@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/Inter-Bold.woff2?v=3.19") format("woff2"),
        url("fonts/Inter-Bold.woff?v=3.19") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/Inter-BoldItalic.woff2?v=3.19") format("woff2"),
        url("fonts/Inter-BoldItalic.woff?v=3.19") format("woff");
}