:root {
    --primary-color: #f7941d;
    --background-color: #f8f9fa;
    --font-primary-color: rgb(255, 102, 0);
    --font-default: AvanteGarde;
}

@font-face {
    font-family: AvanteGarde;
    src: url("../fonts/avantgardebook.otf") format("opentype");
}

.image-cloud, .background-blue {
    background-color: #D8EFF5;
}

.main-content{
    margin-top: 0;
}

p {
    font-family: var(--font-default);
}