/* Doto Fonts */

/* Doto Regular */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Doto Thin */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Doto ExtraLight */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/* Doto Light */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Doto Medium */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Doto SemiBold */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Doto Bold */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Doto ExtraBold */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Doto Black */
@font-face {
    font-family: 'Doto';
    src: url('../webfonts/Doto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Doto Rounded Regular */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Doto Rounded Thin */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Doto Rounded ExtraLight */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/* Doto Rounded Light */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Doto Rounded Medium */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Doto Rounded SemiBold */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Doto Rounded Bold */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Doto Rounded ExtraBold */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Doto Rounded Black */
@font-face {
    font-family: 'Doto Rounded';
    src: url('../webfonts/Doto_Rounded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
} 