/*@font-face {*/
/*    font-family: "Dela Gothic One";*/
/*    src: url('/files/fonts/DelaGothicOne-Regular.ttf');*/
/*}*/


@font-face {
    font-family: 'RussoOne';
    src: url('/files/fonts/RussoOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Regular */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* SemiBold Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* ExtraBold */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* ExtraBold Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Black Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/* Thin */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* ExtraLight */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/* ExtraLight Italic */
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}



@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}