:root {
    --highlight: #FFCB05;
    --orange: #F99E1C;
    --gradient: linear-gradient(to bottom right, #FFCB05, #F99E1C);
    --grey1: #D1D6DB;
    --grey2: #9BA4AC;
    --grey3: #515B64;
    --text-grey: #60717A;
    --green: #33D391;
    --amber: #FDBC64;
    --blue: #339ECD;
    --red: #E93434;
    --drop-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
    --pdf-preview-detail-height: 80px;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/build/assets/AvenirNext-Medium-06-C88VWGn_.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/build/assets/AvenirNext-DemiBold-03-BlJnV868.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/build/assets/AvenirNext-Bold-01-Dxx8EhOy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Avenir Next', sans-serif;
    margin: 0;
}

button {
    font-family: 'Avenir Next', sans-serif;
}
