
@font-face {
    font-family: 'Inter';
    src: url('/static/agri/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/static/agri/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('/static/agri/fonts/CrimsonText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('/static/agri/fonts/CrimsonText-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('/static/agri/fonts/CrimsonText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('/static/agri/fonts/CrimsonText-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('/static/agri/fonts/CrimsonText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('/static/agri/fonts/CrimsonText-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Syne';
    src: url('/static/agri/fonts/Syne-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 800;
    font-style: normal;
}

/**
 * Auto-generated from StaticHtmlTheme
 * DO NOT EDIT MANUALLY
 *
 * To regenerate: ./gradlew server:generateThemeCss
 */

:root {
    /**
     * Generated from ActiveTheme
     * DO NOT EDIT MANUALLY - this file is auto-generated
     */

    /* Gray */
    --color-gray: #E0E0E0;
    --color-gray--lightest: #F5F5F5;
    --color-gray--lighter: #F2F2F2;
    --color-gray--base: #E0E0E0;
    --color-gray--darker: #BDBDBD;
    --color-gray--darkest: #4A4A49;

    /* Eco Green */
    --color-eco-green: #bde9b1;
    --color-eco-green--lightest: #dcf3d5;
    --color-eco-green--lighter: #c7ecbd;
    --color-eco-green--base: #bde9b1;
    --color-eco-green--darker: #b3e5a5;
    --color-eco-green--darkest: #9add87;

    /* Green */
    --color-green: #48B86D;
    --color-green--lightest: #cce9d6;
    --color-green--lighter: #80c99b;
    --color-green--base: #48B86D;
    --color-green--darker: #339955;
    --color-green--darkest: #26773e;

    /* Orange */
    --color-orange: #fdbf80;
    --color-orange--lightest: #fedcba;
    --color-orange--lighter: #fdc993;
    --color-orange--base: #fdbf80;
    --color-orange--darker: #fdb56c;
    --color-orange--darkest: #fc9c3b;

    /* Red */
    --color-red: #CC2F2F;
    --color-red--lightest: #F9D6D6;
    --color-red--lighter: #F08080;
    --color-red--base: #CC2F2F;
    --color-red--darker: #B22222;
    --color-red--darkest: #8B0000;

    /* Dark */
    --color-dark: #5b5c7b;
    --color-dark--lightest: #a7a7b8;
    --color-dark--lighter: #74758f;
    --color-dark--base: #5b5c7b;
    --color-dark--darker: #424367;
    --color-dark--darkest: #030434;

    /* Yellow */
    --color-yellow: #F9CF35;
    --color-yellow--lightest: #FFF9E5;
    --color-yellow--lighter: #FFF1B3;
    --color-yellow--base: #F9CF35;
    --color-yellow--darker: #E6B800;
    --color-yellow--darkest: #CCA300;

    /* Grey */
    --color-grey: #9e9e9e;
    --color-grey--lightest: #f5f5f5;
    --color-grey--lighter: #e5e5e5;
    --color-grey--base: #9e9e9e;
    --color-grey--darker: #7a7a7a;
    --color-grey--darkest: #4a4a49;

    /* Category/Traffic Light Colors */
    --color-category-red: #8B0000;
    --color-category-red-text: white;
    --color-category-orange: #fc9c3b;
    --color-category-orange-text: #030434;
    --color-category-yellow: #F9CF35;
    --color-category-yellow-text: #030434;
    --color-category-lightgreen: #9add87;
    --color-category-lightgreen-text: #030434;
    --color-category-green: #26773e;
    --color-category-green-text: white;

    /* Semantic Colors */
    --color-text-muted: #7a7a7a;
    --color-text-emphasis: #030434;
    --color-border-subtle: #e5e5e5;
    --color-border-default: #9e9e9e;
    --color-link: #030434;
    --color-surface-subtle: #F5F5F5;
    --color-surface-neutral: #f5f5f5;

    /* Named Colors (legacy compatibility) */
    --color-beige--30-darker: #ad815b;
    --color-light-grey: #f5f5f5;
    --color-dark-grey: #e5e5e5;
    --color-grey-black: #5b5c7b;
    --color-dark-red: #CC2F2F;
    --color-dark-red--30-darker: #B22222;
    --color-dark-red--90-lighter: #F9D6D6;
    --color-light-green: #bde9b1;
    --color-light-green--30-darker: #b3e5a5;
    --color-light-green--90-lighter: #dcf3d5;
    --color-yellow: #F9CF35;
    --color-yellow--lightest: #FFF9E5;

    /* Button Border Radius */
    --button-border-radius: 50px;
}

/* Typography */
body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #5b5c7b;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: medium;
}

/* Button Styles */
.primaryBtn {
    background-color: #fc9c3b;
    color: white;
    border: none;
    outline: 1px solid #fc9c3b;
    outline-offset: 5px;
    padding: 7px 17px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: medium;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}

.primaryBtn:hover {
    background-color: #fdb56c;
    color: white;
}

.primaryBtn:disabled {
    background-color: #E0E0E0;
    color: white;
    cursor: not-allowed;
}

.secondaryBtn {
    background-color: #030434;
    color: white;
    border: none;
    padding: 7px 17px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: medium;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}

.secondaryBtn:hover {
    background-color: #424367;
    color: white;
}

.secondaryBtn:disabled {
    background-color: #E0E0E0;
    color: white;
    cursor: not-allowed;
}

.dangerBtn {
    background-color: #8f2e24;
    color: white;
    border: none;
    padding: 7px 17px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: medium;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}

.dangerBtn:hover {
    background-color: #bd3e30;
    color: white;
}

.dangerBtn:disabled {
    background-color: #E0E0E0;
    color: white;
    cursor: not-allowed;
}


/* Card Styles */
.card {
    border-radius: 5px;
    padding: 1rem;
    box-shadow: rgb(255, 255, 255) 0 0 0 0, rgba(17, 24, 39, 0.05) 0 0 0 1px, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    line-height: 1.25rem;
}

.card .cardHeader {
    font-weight: 600;
    font-size: 1rem;
    background-color: var(--color-light-grey);
    padding: 0.75rem 1.25rem;
    margin: -1rem -1rem 0 -1rem;
}

.card .cardBody {
    margin-top: 1rem;
}



body {
    font-family: 'Inter', sans-serif;
    color: #030434;
}
