@font-face
{
    font-family: 'Aller-Regular';
    src: url("/assets/fonts/aller/Aller_Rg.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Aller-Bold';
    src: url("/assets/fonts/aller/Aller_Bd.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: italic;
    font-weight: 300;
}

/* Regular */
@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: italic;
    font-weight: 600;
}

/* Bold */
@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "camingodos-web", sans-serif;
    font-style: italic;
    font-weight: 800;
}