﻿/*fonts*/
@font-face
{
    font-family: ClearSans-Bold;
    src: url(../../fonts/ClearSans-Bold.ttf) format('truetype');
}

@font-face
{
    font-family: ClearSans-BoldItalic;
    src: url(../../fonts/ClearSans-BoldItalic.ttf) format('truetype');
}

@font-face
{
    font-family: ClearSans-Italic;
    src: url(../../fonts/ClearSans-Italic.ttf) format('truetype');
}

@font-face
{
    font-family: ClearSans-Light;
    src: url(../../fonts/ClearSans-Light.ttf) format('truetype');
}


@font-face {
    font-family: ClearSans;
    src: url(../../fonts/ClearSans-Regular.ttf) format('truetype');
}

@font-face
{
    font-family: ClearSans-Regular;
    src: url(../../fonts/ClearSans-Regular.ttf) format('truetype');
}

@font-face
{
    font-family: ClearSans-Thin;
    src: url(../../fonts/ClearSans-Thin.ttf) format('truetype');
}

@font-face
{
    font-family: ClearSans-Medium;
    src: url(../../fonts/ClearSans-Medium.ttf) format('truetype');
}

@font-face
{
    font-family: ClearSans-MediumItalic;
    src: url(../../fonts/ClearSans-MediumItalic.ttf) format('truetype');
}

@font-face
{
    font-family: Glober-Thin;
    src: url(../../fonts/Glober-Thin.otf) format('truetype');
}

@font-face
{
    font-family: Glober-SemiBold;
    src: url(../../fonts/Glober-SemiBold.otf) format('truetype');
}

/* Fin de fonts */
