﻿/**** Barlow ****/


@font-face {
    font-family: 'barlow_regular';
    src: url('font/Barlow-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_medium';
    src: url('font/Barlow-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_semibold';
    src: url('font/Barlow-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_bold';
    src: url('font/Barlow-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

/**** Roboto Condensed ****/
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('/font/RobotoCondensed-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/font/RobotoCondensed-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/font/RobotoCondensed-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('/font/RobotoCondensed-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condenseditalic';
    src: url('/font/RobotoCondensed-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('/font/RobotoCondensed-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_regular';
    src: url('/font/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_medium';
    src: url('/font/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}




















