@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* Fonts */

.text-roboto {
    font-family: 'Roboto', sans-serif;
}

/* Colours */
.text-dark {
    color: #2B2B2B;
}

.text-white {
    color: #FFFFFF;
}

.text-danger {
    color: #FF0000;
}

/* Path: CSS/fonts.css */