@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;&display=swap&subset=greek');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&display=swap');

body,
html,
a,
div,
span,
body button,
body input,
body select,
body textarea,
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
}
.ccIntroSlogan {
    font-family: 'Nunito', sans-serif;
}
.ccProjectInfoTitle,
.ccProjectInfoTitle a {
    font-family: 'Roboto Slab', serif;
}