/* Dinosaur 100 - Thin */
@font-face {
    font-family: 'Dinosaur';
    src: url('http://dev.unielo.com.br/wp-content/uploads/2025/10/Dinosaur-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Dinosaur 300 - Light */
@font-face {
    font-family: 'Dinosaur';
    src: url('http://dev.unielo.com.br/wp-content/uploads/2025/10/Dinosaur-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Dinosaur 500 - Medium */
@font-face {
    font-family: 'Dinosaur';
    src: url('http://dev.unielo.com.br/wp-content/uploads/2025/10/Dinosaur-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Dinosaur 700 - Bold */
@font-face {
    font-family: 'Dinosaur';
    src: url('http://dev.unielo.com.br/wp-content/uploads/2025/10/Dinosaur-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Dinosaur 900 - Black */
@font-face {
    font-family: 'Dinosaur';
    src: url('http://dev.unielo.com.br/wp-content/uploads/2025/10/Dinosaur-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}