/**********************************/
/* Rocky Custom Font */
/* Rubik */

@font-face {
 font-family: 'Rubik';
 src: 
 url('https://www.sefiles.net/merchant/6399/files/Rubik-Regular.woff') format('woff'),
 src: url('https://www.sefiles.net/merchant/6399/files/Rubik-Regular.woff2') format('woff2');
 }

@font-face {
 font-family: 'Rubik-Light';
 src: 
 url('https://www.sefiles.net/merchant/6399/files/Rubik-Light.woff') format('woff'),
 src: url('https://www.sefiles.net/merchant/6399/files/Rubik-Light.woff2') format('woff2');
 }

.rocky_page_header {
 color: rgb(0, 0, 0); 
 font-family: 'Rubik'; 
 font-size: 7rem;
 }

.rocky_para_header {
 color: rgb(0, 0, 0); 
 font-family: 'Rubik'; 
font-weight: bold;
 font-size: 2rem;
 }

.rocky_para {
 color: rgb(0, 0, 0); 
 font-family: 'Rubik'; 
 font-size: 2rem;
 }

.rocky_image_subtext {
 color: rgb(0, 0, 0); 
 font-family: 'Rubik-Light'; 
 font-size: 1.4rem;
 }

.rocky_button {
 color: rgb(255, 255, 255); 
 font-family: 'Rubik'; 
font-weight: bold;
 font-size: 2rem;
 }

.rocky_light_text {
 color: rgb(255, 255, 255); 
 font-family: 'Rubik-Light'; 
 font-size: 1.6rem;
 }
