/* Fonts File  */

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-SemiBoldItalic.ttf');
    font-style: italic;
    font-weight: 600;

}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-SemiBold.ttf');
    font-style: normal;
    font-weight: 600;

}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-Regular.ttf');
    font-style: normal;
    font-weight: 400;


}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-MediumItalic.ttf');
    font-style: italic;
    font-weight: 500;

}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-Medium.ttf');
    font-style: normal;
    font-weight: 500;


}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-LightItalic.ttf');
    font-style: italic;
    font-weight: 300;


}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-Light.ttf');
    font-weight: 300;


}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-Italic.ttf');
    font-style: italic;
    font-weight: 400;


}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-ExtraBoldItalic.ttf');
    font-style: italic;
    font-weight: 800;


}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-ExtraBold.ttf');
    font-style: normal;
    font-weight: 800;

}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-BoldItalic.ttf');
    font-style: italic;
    font-weight: 700;


}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-Bold.ttf');
    font-style: normal;
    font-weight: 700;


}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-BlackItalic.ttf');
    font-style: italic;
    font-weight: 900;
    
}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/rubik/Rubik-Black.ttf');
    font-style: normal;
    
    font-weight: 900;

}