@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 800;
    src: url('/deployedfiles/thanx/Bibliotecas/font/Rubik/Rubik-ExtraBold.ttf') format('truetype');
         
} 

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('/deployedfiles/thanx/Bibliotecas/font/Rubik/Rubik-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('/deployedfiles/thanx/Bibliotecas/font/Rubik/Rubik-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('/deployedfiles/thanx/Bibliotecas/font/Rubik/Rubik-Medium.ttf') format('truetype');
}


@font-face {
    font-family: 'Rubik';
    font-style:italic;
    font-weight: 400;
    src: url('/deployedfiles/thanx/Bibliotecas/font/Rubik/Rubik-Italic.ttf') format('truetype');
} 

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('/deployedfiles/thanx/Bibliotecas/font/Rubik/Rubik-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url('/deployedfiles/thanx/Bibliotecas/font/Rubik/Rubik-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('/deployedfiles/thanx/Bibliotecas/font/Rubik/Rubik-SemiBold.ttf') format('truetype');
}

body {
    font-family: 'Rubik', sans-serif;
}