* {
    margin: 0;
    padding: 0;
}

/* 
-------------------------------------------------------------------------------
CUSTOM FONTS
------------------------------------------------------------------------------- 
*/

@font-face {
    font-family: "gilroy";
    src: url("fonts/Gilroy-Light.otf");
}

@font-face {
    font-family: "gilroy-bold";
    src: url("fonts/Gilroy-ExtraBold.otf");
}

@font-face {
    font-family: "roboto";
    src: url("fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "roboto-bold";
    src: url("fonts/Roboto-Bold.ttf");
}

/* 
-------------------------------------------------------------------------------
BODY
------------------------------------------------------------------------------- 
*/

body {
    font-family: roboto;
    background-color: #FBFBFB;
}