@font-face {
    font-family: 'Averta';
    src: url('fonts/Averta_Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Averta Bold';
    src: url('fonts/Averta_ExtraBold.otf') format('truetype');
}

@font-face {
    font-family: 'Stag Medium';
    src: url('fonts/stag-medium.otf') format('truetype');
}

@font-face {
    font-family: 'Stag Sans Book';
    src: url('fonts/Stag Sans-Book.otf') format('truetype');
}
@font-face {
    font-family: 'Thunder Bold';
    src: url('fonts/Thunder-BoldLC.woff');
}


/* HTML elements */
* {
    box-sizing: border-box;
}

body {
    background-color: rgb(244, 247, 254);
}

h4 {
    font-family: 'Averta';
    font-size: 25px;
    font-weight: bold;
    color: #0066A1;
    padding: 10px 0px 0px 10px;
}

h5 {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: bold;
    color: #A0AEC0;
    padding: 10px 0px 0px 10px;
}

p {
    background-color: #DCDCDC;
    font-size: 14px;
    font-family: 'Averta';
    color: black;
    font-style: italic;
    text-align: center;
}

/* AG Grid table formatting */
.ag-theme-material .ag-row {
    font-family: Averta;
}

.ag-theme-material .ag-header {
    font-weight: bold;
    font-family: Averta;
    background-color: #96afd0;
    height: 20px;
}

.ag-theme-material .ag-header-cell {
    color: #fff;
}

/* Flex containers */
.group {
    display: flex;
}

.small-card {
    flex-grow: 1;
}

.big-card {
    flex-grow: 2;
}
