/*
 * MiMIT UIBM - Common API
 *
 * Copyright (C) 2024-25 IBM Consulting Italy - All Rights Reserved
 * This is copyrighted software
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential by IBM Consulting
 *
 */

body {
    font-family: 'Rubik', sans-serif;
}

.jumbotron {
    padding: 2rem 1rem;
    margin: 1rem 0 5rem 0;
    background-color: #e3e3e5;
    border-radius: .3rem;
    display: block;
}

.jumbotitle {
    font-weight: bold;
}
