@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

:root {
    /* primary palette */
    --k-primary-light: #fff8d7;
    --k-primary: #ffcc33;
    --k-primary-dark: #f3b306;
    --k-primary-600: #F2B305;
    /* --k-primary-600: #3f535e; */
    --k-primary-color: #FFFFFF;

    /* accent palette */
    --k-accent: #ce8f2e;
    --k-accent-color: #FFFFFF;

    /* success palette */
    --k-success: green;
    --k-success-color: #FFFFFF;

    /* input styling */
    /* --k-input-focus-border-color: #50697763;
    --k-input-focus-box-shadow: 0 0 0 0.2rem #5069770f; */
    /* --k-input-focus-border-color: rgba(206, 143, 46, 1);
    --k-input-focus-box-shadow: 0 0 0 0.25rem rgb(206 143 46 / 25%); */

    /* --k-input-focus-box-shadow: 0 0 0 0.25rem rgb(80 105 119 / 25%); */
    /* --k-input-focus-box-shadow: 0 0 0 0.25rem rgba(255, 204, 51, 0.164); */
    --k-input-focus-box-shadow: 0 0 0 0.25rem rgba(243, 179, 6, 0.164);



    /* --k-input-focus-border-color: #506977; */
    --k-input-focus-border-color: #f3b306;
    /* --k-input-focus-border-color: #ffcc33; */

    /* border: 1px solid rgb(80 105 119 / 25%);
box-shadow: 0 0 0 0.2rem rgb(80 105 119 / 16%); */

    /* button styling */
    --k-button-focus-box-shadow: 0 0 0 0.25rem rgba(243, 179, 6, 0.164);

    /* dropdown styling */
    --k-dropdown-panel-item-focus-bg: #5069770f;

    /* page/content styling */
    --k-content-max-width: 1440px;
    --k-content-width: 100%;
    --k-page-padding: 48px 24px;
    --k-content-horizontal-spacing: 24px;
    --k-content-padding: 48px 24px;

    /* typography */
    --k-font-family: Montserrat,sans-serif;

    --k-h1-font-family: Oswald,sans-serif;
    --k-h1-font-size: 35px;
    --k-h1-line-height: 35px;
    --k-h1-font-weight: 500;
    --k-h1-letter-spacing: normal;
    --k-h1-margin: 0 0 24px 0;

    --k-h2-font-family: Oswald,sans-serif;
    --k-h2-font-size: 30px;
    --k-h2-line-height: normal;
    --k-h2-font-weight: 600;
    --k-h2-letter-spacing: normal;
    --k-h2-margin: 0 0 24px 0;

    --k-h3-font-family: Oswald,sans-serif;
    --k-h3-font-size: 24px;
    --k-h3-font-weight: 600;
    --k-h3-line-height: normal;
    --k-h2-letter-spacing: normal;
    --k-h3-margin: 0 0 24px 0;

    --k-h4-font-family: Oswald,sans-serif;
    --k-h4-font-size: 22px;
    --k-h4-font-weight: 600;
    --k-h4-line-height: normal;
    --k-h2-letter-spacing: normal;
    --k-h4-margin: 0 0 24px 0;

    --k-h5-font-family: Oswald,sans-serif;
    --k-h5-font-size: 18px;
    --k-h5-font-weight: 600;
    --k-h5-line-height: 1.5;
    --k-h2-letter-spacing: normal;
    --k-h5-margin: 0 0 24px 0;

    --k-h6-font-family: Oswald,sans-serif;
    --k-h6-font-size: 16px;
    --k-h6-font-weight: 600;
    --k-h6-line-height: normal;
    --k-h2-letter-spacing: normal;
    --k-h6-margin: 0 0 24px 0;

    --k-text-font-family: Montserrat,sans-serif;
    --k-text-font-size: 16px;
    --k-text-line-height: 1.5;
    --k-text-font-weight: 500;
    --k-text-letter-spacing: normal;
    --k-text-color: #292929;
    /* --k-text-color: #212529; */
    /* --k-text-color: #292929; */
    --k-text-margin: 0 0 24px 0;

}