/**
 * Generated by Hatsune Miku Theme. Do not edit by hand.
 * Default: the light flagship. With no explicit data-hm-theme, the OS preference may select the dark flagship.
 */
:root,
[data-hm-theme='light'] {
  color-scheme: light;
  --hm-color-surface-page: #FEFAF0;
  --hm-color-surface-content: #F5F0E2;
  --hm-color-surface-chrome: #D5EAF4;
  --hm-color-surface-overlay: #C7E1EE;
  --hm-color-text-primary: #753826;
  --hm-color-text-secondary: #646A6D;
  --hm-color-text-subtle: #646A6D;
  --hm-color-text-disabled: #968F8E;
  --hm-color-text-placeholder: #646A6D;
  --hm-color-text-on-chrome-secondary: #753826;
  --hm-color-text-on-overlay-secondary: #753826;
  --hm-color-syntax-keyword: #007284;
  --hm-color-syntax-keyword-control: #007284;
  --hm-color-syntax-keyword-alt: #007284;
  --hm-color-syntax-storage: #007284;
  --hm-color-syntax-storage-modifier: #007284;
  --hm-color-syntax-variable: #5849CB;
  --hm-color-syntax-parameter: #AA4200;
  --hm-color-syntax-property: #AA4200;
  --hm-color-syntax-function: #896700;
  --hm-color-syntax-method: #896700;
  --hm-color-syntax-tag: #896700;
  --hm-color-syntax-attribute: #AA4200;
  --hm-color-syntax-class: #346900;
  --hm-color-syntax-struct: #346900;
  --hm-color-syntax-enum: #346900;
  --hm-color-syntax-interface: #007C56;
  --hm-color-syntax-string: #00791B;
  --hm-color-syntax-string-template: #00791B;
  --hm-color-syntax-regex: #00791B;
  --hm-color-syntax-constant: #0058A3;
  --hm-color-syntax-number: #0058A3;
  --hm-color-syntax-boolean: #0058A3;
  --hm-color-syntax-enum-member: #0058A3;
  --hm-color-syntax-type: #8B12BA;
  --hm-color-syntax-type-parameter: #7B5393;
  --hm-color-syntax-macro: #A90095;
  --hm-color-syntax-operator: #B80067;
  --hm-color-syntax-comment: #646A6D;
  --hm-color-syntax-comment-doc: #646A6D;
  --hm-color-syntax-punctuation: #646A6D;
  --hm-color-syntax-variable-language: #007284;
  --hm-color-accent-primary: #4E9CA1;
  --hm-color-accent-secondary: #00717F;
  --hm-color-accent-tertiary: #211311;
  --hm-color-border-default: #6F848E;
  --hm-color-border-subtle: #A4B2B9;
  --hm-color-border-focus: #B3575E;
  --hm-color-focus-ring: #B3575E;
  --hm-color-link-default: #006679;
  --hm-color-link-active: #005C6F;
  --hm-color-caret: #F06B79;
  --hm-color-selection-background: #3B97C040;
  --hm-color-selection-foreground: #753826;
  --hm-color-status-success: #007954;
  --hm-color-status-warning: #B04C00;
  --hm-color-status-error: #A30014;
  --hm-color-status-info: #00717F;
  --hm-color-interaction-background-hover: #4E9CA140;
  --hm-color-interaction-background-active: #4E9CA160;
  --hm-color-interaction-background-selected: #5688A040;
  --hm-color-interaction-foreground-disabled: #968F8E;
  --hm-color-interaction-border-focus: #B3575E;
  --hm-color-action-primary-background-default: #E8868C;
  --hm-color-action-primary-background-hover: #D67279;
  --hm-color-action-primary-background-active: #CC646C;
  --hm-color-action-primary-background-disabled: #A4B2B9;
  --hm-color-action-primary-foreground-default: #211311;
  --hm-color-action-primary-foreground-hover: #211311;
  --hm-color-action-primary-foreground-active: #211311;
  --hm-color-action-primary-foreground-disabled: #646A6D;
  --hm-color-action-primary-border-default: #6F848E;
  --hm-color-action-primary-border-focus: #B3575E;
  --hm-color-action-secondary-background-default: #9CD4F4;
  --hm-color-action-secondary-background-hover: #78C6F0;
  --hm-color-action-secondary-background-active: #4E9CA1;
  --hm-color-action-secondary-background-disabled: #A4B2B9;
  --hm-color-action-secondary-foreground-default: #753826;
  --hm-color-action-secondary-foreground-hover: #753826;
  --hm-color-action-secondary-foreground-active: #211311;
  --hm-color-action-secondary-foreground-disabled: #968F8E;
  --hm-color-action-secondary-border-default: #6F848E;
  --hm-color-action-secondary-border-focus: #B3575E;
  --hm-color-field-background: #F5F0E2;
  --hm-color-field-foreground-default: #753826;
  --hm-color-field-foreground-disabled: #968F8E;
  --hm-color-field-border-default: #6F848E;
  --hm-color-field-border-hover: #6F848E;
  --hm-color-field-border-focus: #B3575E;
  --hm-color-field-border-disabled: #A4B2B9;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-hm-theme]) {
    color-scheme: dark;
    --hm-color-surface-page: #141618;
    --hm-color-surface-content: #1A1F24;
    --hm-color-surface-chrome: #23282D;
    --hm-color-surface-overlay: #2A3035;
    --hm-color-text-primary: #DEE8F2;
    --hm-color-text-secondary: #BDD7D9;
    --hm-color-text-subtle: #89A0A1;
    --hm-color-text-disabled: #89A0A1;
    --hm-color-text-placeholder: #82A2A3;
    --hm-color-text-on-chrome-secondary: #BDD7D9;
    --hm-color-text-on-overlay-secondary: #BDD7D9;
    --hm-color-syntax-keyword: #66F3D3;
    --hm-color-syntax-keyword-control: #66F3D3;
    --hm-color-syntax-keyword-alt: #66F3D3;
    --hm-color-syntax-storage: #66F3D3;
    --hm-color-syntax-storage-modifier: #66F3D3;
    --hm-color-syntax-variable: #27F1FC;
    --hm-color-syntax-parameter: #FFBECD;
    --hm-color-syntax-property: #FFBECD;
    --hm-color-syntax-function: #FFC39B;
    --hm-color-syntax-method: #FFC39B;
    --hm-color-syntax-tag: #FAC8AA;
    --hm-color-syntax-attribute: #FFBECD;
    --hm-color-syntax-class: #E9D27B;
    --hm-color-syntax-struct: #E4D28E;
    --hm-color-syntax-enum: #E9D27B;
    --hm-color-syntax-interface: #8DF0B1;
    --hm-color-syntax-string: #BCE498;
    --hm-color-syntax-string-template: #BCE498;
    --hm-color-syntax-regex: #B7E888;
    --hm-color-syntax-constant: #96E0FF;
    --hm-color-syntax-number: #A8DEFF;
    --hm-color-syntax-boolean: #A8DEFF;
    --hm-color-syntax-enum-member: #96E0FF;
    --hm-color-syntax-type: #C9D0FF;
    --hm-color-syntax-type-parameter: #CDD3FF;
    --hm-color-syntax-macro: #F5C1FF;
    --hm-color-syntax-operator: #FFB7FF;
    --hm-color-syntax-comment: #8DC6B6;
    --hm-color-syntax-comment-doc: #85BCAD;
    --hm-color-syntax-punctuation: #7AD7C0;
    --hm-color-syntax-variable-language: #66F3D3;
    --hm-color-accent-primary: #39C5BB;
    --hm-color-accent-secondary: #95DFDB;
    --hm-color-accent-tertiary: #C0E2D8;
    --hm-color-border-default: #39C5BB25;
    --hm-color-border-subtle: #39C5BB15;
    --hm-color-border-focus: #E05096;
    --hm-color-focus-ring: #E05096;
    --hm-color-link-default: #84CCC8;
    --hm-color-link-active: #98D2C6;
    --hm-color-caret: #FF8CD9;
    --hm-color-selection-background: #81D4FA40;
    --hm-color-selection-foreground: #DEE8F2;
    --hm-color-status-success: #68FCCD;
    --hm-color-status-warning: #F0CD7B;
    --hm-color-status-error: #FF8FEF;
    --hm-color-status-info: #C7DCFF;
    --hm-color-interaction-background-hover: #39C5BB40;
    --hm-color-interaction-background-active: #39C5BB60;
    --hm-color-interaction-background-selected: #81D4FA40;
    --hm-color-interaction-foreground-disabled: #89A0A1;
    --hm-color-interaction-border-focus: #E05096;
    --hm-color-action-primary-background-default: #006E73;
    --hm-color-action-primary-background-hover: #39C5BB;
    --hm-color-action-primary-background-active: #95DFDB;
    --hm-color-action-primary-background-disabled: #067C82;
    --hm-color-action-primary-foreground-default: #FCF8F0;
    --hm-color-action-primary-foreground-hover: #141618;
    --hm-color-action-primary-foreground-active: #141618;
    --hm-color-action-primary-foreground-disabled: #BDD7D9;
    --hm-color-action-primary-border-default: #1A8A82;
    --hm-color-action-primary-border-focus: #E05096;
    --hm-color-action-secondary-background-default: #22494A;
    --hm-color-action-secondary-background-hover: #265D5D;
    --hm-color-action-secondary-background-active: #2A7270;
    --hm-color-action-secondary-background-disabled: #1E373A;
    --hm-color-action-secondary-foreground-default: #DEE8F2;
    --hm-color-action-secondary-foreground-hover: #95DFDB;
    --hm-color-action-secondary-foreground-active: #DEE8F2;
    --hm-color-action-secondary-foreground-disabled: #89A0A1;
    --hm-color-action-secondary-border-default: #067C82;
    --hm-color-action-secondary-border-focus: #E05096;
    --hm-color-field-background: #23282D;
    --hm-color-field-foreground-default: #DEE8F2;
    --hm-color-field-foreground-disabled: #89A0A1;
    --hm-color-field-border-default: #39C5BB;
    --hm-color-field-border-hover: #1A8A82;
    --hm-color-field-border-focus: #E05096;
    --hm-color-field-border-disabled: #067C82;
  }
}

[data-hm-theme='dark'] {
  color-scheme: dark;
  --hm-color-surface-page: #141618;
  --hm-color-surface-content: #1A1F24;
  --hm-color-surface-chrome: #23282D;
  --hm-color-surface-overlay: #2A3035;
  --hm-color-text-primary: #DEE8F2;
  --hm-color-text-secondary: #BDD7D9;
  --hm-color-text-subtle: #89A0A1;
  --hm-color-text-disabled: #89A0A1;
  --hm-color-text-placeholder: #82A2A3;
  --hm-color-text-on-chrome-secondary: #BDD7D9;
  --hm-color-text-on-overlay-secondary: #BDD7D9;
  --hm-color-syntax-keyword: #66F3D3;
  --hm-color-syntax-keyword-control: #66F3D3;
  --hm-color-syntax-keyword-alt: #66F3D3;
  --hm-color-syntax-storage: #66F3D3;
  --hm-color-syntax-storage-modifier: #66F3D3;
  --hm-color-syntax-variable: #27F1FC;
  --hm-color-syntax-parameter: #FFBECD;
  --hm-color-syntax-property: #FFBECD;
  --hm-color-syntax-function: #FFC39B;
  --hm-color-syntax-method: #FFC39B;
  --hm-color-syntax-tag: #FAC8AA;
  --hm-color-syntax-attribute: #FFBECD;
  --hm-color-syntax-class: #E9D27B;
  --hm-color-syntax-struct: #E4D28E;
  --hm-color-syntax-enum: #E9D27B;
  --hm-color-syntax-interface: #8DF0B1;
  --hm-color-syntax-string: #BCE498;
  --hm-color-syntax-string-template: #BCE498;
  --hm-color-syntax-regex: #B7E888;
  --hm-color-syntax-constant: #96E0FF;
  --hm-color-syntax-number: #A8DEFF;
  --hm-color-syntax-boolean: #A8DEFF;
  --hm-color-syntax-enum-member: #96E0FF;
  --hm-color-syntax-type: #C9D0FF;
  --hm-color-syntax-type-parameter: #CDD3FF;
  --hm-color-syntax-macro: #F5C1FF;
  --hm-color-syntax-operator: #FFB7FF;
  --hm-color-syntax-comment: #8DC6B6;
  --hm-color-syntax-comment-doc: #85BCAD;
  --hm-color-syntax-punctuation: #7AD7C0;
  --hm-color-syntax-variable-language: #66F3D3;
  --hm-color-accent-primary: #39C5BB;
  --hm-color-accent-secondary: #95DFDB;
  --hm-color-accent-tertiary: #C0E2D8;
  --hm-color-border-default: #39C5BB25;
  --hm-color-border-subtle: #39C5BB15;
  --hm-color-border-focus: #E05096;
  --hm-color-focus-ring: #E05096;
  --hm-color-link-default: #84CCC8;
  --hm-color-link-active: #98D2C6;
  --hm-color-caret: #FF8CD9;
  --hm-color-selection-background: #81D4FA40;
  --hm-color-selection-foreground: #DEE8F2;
  --hm-color-status-success: #68FCCD;
  --hm-color-status-warning: #F0CD7B;
  --hm-color-status-error: #FF8FEF;
  --hm-color-status-info: #C7DCFF;
  --hm-color-interaction-background-hover: #39C5BB40;
  --hm-color-interaction-background-active: #39C5BB60;
  --hm-color-interaction-background-selected: #81D4FA40;
  --hm-color-interaction-foreground-disabled: #89A0A1;
  --hm-color-interaction-border-focus: #E05096;
  --hm-color-action-primary-background-default: #006E73;
  --hm-color-action-primary-background-hover: #39C5BB;
  --hm-color-action-primary-background-active: #95DFDB;
  --hm-color-action-primary-background-disabled: #067C82;
  --hm-color-action-primary-foreground-default: #FCF8F0;
  --hm-color-action-primary-foreground-hover: #141618;
  --hm-color-action-primary-foreground-active: #141618;
  --hm-color-action-primary-foreground-disabled: #BDD7D9;
  --hm-color-action-primary-border-default: #1A8A82;
  --hm-color-action-primary-border-focus: #E05096;
  --hm-color-action-secondary-background-default: #22494A;
  --hm-color-action-secondary-background-hover: #265D5D;
  --hm-color-action-secondary-background-active: #2A7270;
  --hm-color-action-secondary-background-disabled: #1E373A;
  --hm-color-action-secondary-foreground-default: #DEE8F2;
  --hm-color-action-secondary-foreground-hover: #95DFDB;
  --hm-color-action-secondary-foreground-active: #DEE8F2;
  --hm-color-action-secondary-foreground-disabled: #89A0A1;
  --hm-color-action-secondary-border-default: #067C82;
  --hm-color-action-secondary-border-focus: #E05096;
  --hm-color-field-background: #23282D;
  --hm-color-field-foreground-default: #DEE8F2;
  --hm-color-field-foreground-disabled: #89A0A1;
  --hm-color-field-border-default: #39C5BB;
  --hm-color-field-border-hover: #1A8A82;
  --hm-color-field-border-focus: #E05096;
  --hm-color-field-border-disabled: #067C82;
}

[data-hm-theme='snow-2024'] {
  color-scheme: light;
  --hm-color-surface-page: #FFF1E4;
  --hm-color-surface-content: #FEEDDC;
  --hm-color-surface-chrome: #F1DBCB;
  --hm-color-surface-overlay: #E8CFBF;
  --hm-color-text-primary: #532B24;
  --hm-color-text-secondary: #4D4845;
  --hm-color-text-subtle: #4D4845;
  --hm-color-text-disabled: #645E5C;
  --hm-color-text-placeholder: #6E6765;
  --hm-color-text-on-chrome-secondary: #4D4845;
  --hm-color-text-on-overlay-secondary: #4D4845;
  --hm-color-syntax-keyword: #006F4B;
  --hm-color-syntax-keyword-control: #006F4B;
  --hm-color-syntax-keyword-alt: #006F4B;
  --hm-color-syntax-storage: #006F4B;
  --hm-color-syntax-storage-modifier: #006F4B;
  --hm-color-syntax-variable: #4632B0;
  --hm-color-syntax-parameter: #A23B00;
  --hm-color-syntax-property: #A23B00;
  --hm-color-syntax-function: #826000;
  --hm-color-syntax-method: #826000;
  --hm-color-syntax-tag: #826000;
  --hm-color-syntax-attribute: #A23B00;
  --hm-color-syntax-class: #326600;
  --hm-color-syntax-struct: #326600;
  --hm-color-syntax-enum: #326600;
  --hm-color-syntax-interface: #006F81;
  --hm-color-syntax-string: #006C0A;
  --hm-color-syntax-string-template: #007617;
  --hm-color-syntax-regex: #007617;
  --hm-color-syntax-constant: #00559F;
  --hm-color-syntax-number: #00559F;
  --hm-color-syntax-boolean: #00559F;
  --hm-color-syntax-enum-member: #00559F;
  --hm-color-syntax-type: #8400B1;
  --hm-color-syntax-type-parameter: #744C8B;
  --hm-color-syntax-macro: #A0008D;
  --hm-color-syntax-operator: #AF0060;
  --hm-color-syntax-comment: #4D4845;
  --hm-color-syntax-comment-doc: #4D4845;
  --hm-color-syntax-punctuation: #4D4845;
  --hm-color-syntax-variable-language: #006F4B;
  --hm-color-accent-primary: #658A85;
  --hm-color-accent-secondary: #004339;
  --hm-color-accent-tertiary: #211310;
  --hm-color-border-default: #83655F;
  --hm-color-border-subtle: #CAB6AB;
  --hm-color-border-focus: #AF4533;
  --hm-color-focus-ring: #AF4533;
  --hm-color-link-default: #005C49;
  --hm-color-link-active: #005442;
  --hm-color-caret: #BF4736;
  --hm-color-selection-background: #DB967340;
  --hm-color-selection-foreground: #532B24;
  --hm-color-status-success: #003300;
  --hm-color-status-warning: #574B1A;
  --hm-color-status-error: #5D0000;
  --hm-color-status-info: #004339;
  --hm-color-interaction-background-hover: #658A8540;
  --hm-color-interaction-background-active: #658A8560;
  --hm-color-interaction-background-selected: #DB967340;
  --hm-color-interaction-foreground-disabled: #645E5C;
  --hm-color-interaction-border-focus: #AF4533;
  --hm-color-action-primary-background-default: #00685B;
  --hm-color-action-primary-background-hover: #005B4E;
  --hm-color-action-primary-background-active: #005143;
  --hm-color-action-primary-background-disabled: #CAB6AB;
  --hm-color-action-primary-foreground-default: #FFF3E0;
  --hm-color-action-primary-foreground-hover: #FFF3E0;
  --hm-color-action-primary-foreground-active: #FFF3E0;
  --hm-color-action-primary-foreground-disabled: #4D4845;
  --hm-color-action-primary-border-default: #00685B;
  --hm-color-action-primary-border-focus: #AF4533;
  --hm-color-action-secondary-background-default: #B2CCC5;
  --hm-color-action-secondary-background-hover: #AAC7BF;
  --hm-color-action-secondary-background-active: #658A85;
  --hm-color-action-secondary-background-disabled: #CAB6AB;
  --hm-color-action-secondary-foreground-default: #532B24;
  --hm-color-action-secondary-foreground-hover: #532B24;
  --hm-color-action-secondary-foreground-active: #211310;
  --hm-color-action-secondary-foreground-disabled: #645E5C;
  --hm-color-action-secondary-border-default: #83655F;
  --hm-color-action-secondary-border-focus: #AF4533;
  --hm-color-field-background: #FEEDDC;
  --hm-color-field-foreground-default: #532B24;
  --hm-color-field-foreground-disabled: #645E5C;
  --hm-color-field-border-default: #83655F;
  --hm-color-field-border-hover: #83655F;
  --hm-color-field-border-focus: #AF4533;
  --hm-color-field-border-disabled: #CAB6AB;
}

[data-hm-theme='mm-2025'] {
  color-scheme: dark;
  --hm-color-surface-page: #000821;
  --hm-color-surface-content: #021C49;
  --hm-color-surface-chrome: #153163;
  --hm-color-surface-overlay: #233C78;
  --hm-color-text-primary: #DCDDEF;
  --hm-color-text-secondary: #ADCBEB;
  --hm-color-text-subtle: #869CB4;
  --hm-color-text-disabled: #A3B8CE;
  --hm-color-text-placeholder: #8B9CAD;
  --hm-color-text-on-chrome-secondary: #ADCBEB;
  --hm-color-text-on-overlay-secondary: #ADCBEB;
  --hm-color-syntax-keyword: #00F3E4;
  --hm-color-syntax-keyword-control: #00F3E4;
  --hm-color-syntax-keyword-alt: #00F3E4;
  --hm-color-syntax-storage: #00F3E4;
  --hm-color-syntax-storage-modifier: #00F3E4;
  --hm-color-syntax-variable-language: #00F3E4;
  --hm-color-syntax-function: #99F0FF;
  --hm-color-syntax-method: #99F0FF;
  --hm-color-syntax-tag: #B9F7FF;
  --hm-color-syntax-variable: #C7CCFF;
  --hm-color-syntax-parameter: #FFD6B5;
  --hm-color-syntax-type: #FFDDFF;
  --hm-color-syntax-type-parameter: #F1DEFF;
  --hm-color-syntax-class: #FFB9FF;
  --hm-color-syntax-struct: #EEC3FF;
  --hm-color-syntax-enum: #FEBDFF;
  --hm-color-syntax-interface: #9BF7BC;
  --hm-color-syntax-number: #FFBDFF;
  --hm-color-syntax-boolean: #FFBDFF;
  --hm-color-syntax-constant: #FFB8FF;
  --hm-color-syntax-enum-member: #FFB8FF;
  --hm-color-syntax-macro: #FFDFAE;
  --hm-color-syntax-string: #E7DB8E;
  --hm-color-syntax-string-template: #E7DB8E;
  --hm-color-syntax-regex: #B8EA89;
  --hm-color-syntax-property: #FFD8B4;
  --hm-color-syntax-attribute: #FFD8B4;
  --hm-color-syntax-comment: #94ABC1;
  --hm-color-syntax-comment-doc: #9DB9D1;
  --hm-color-syntax-punctuation: #8ECDD1;
  --hm-color-syntax-operator: #DBDDF1;
  --hm-color-accent-primary: #17DDDD;
  --hm-color-accent-secondary: #60F1F0;
  --hm-color-accent-tertiary: #76D4DB;
  --hm-color-border-default: #60759F25;
  --hm-color-border-subtle: #596D8215;
  --hm-color-border-focus: #ED84E2;
  --hm-color-focus-ring: #ED84E2;
  --hm-color-link-default: #4EDDDD;
  --hm-color-link-active: #6AF4F4;
  --hm-color-caret: #FF9EF8;
  --hm-color-selection-background: #4984E840;
  --hm-color-selection-foreground: #DCDDEF;
  --hm-color-status-success: #C1EB9B;
  --hm-color-status-warning: #E0CD76;
  --hm-color-status-error: #FFA5B5;
  --hm-color-status-info: #97D9FF;
  --hm-color-interaction-background-hover: #ADCBEB25;
  --hm-color-interaction-background-active: #ADCBEB40;
  --hm-color-interaction-background-selected: #4984E840;
  --hm-color-interaction-foreground-disabled: #A3B8CE;
  --hm-color-interaction-border-focus: #ED84E2;
  --hm-color-action-primary-background-default: #00C7C7;
  --hm-color-action-primary-background-hover: #17DDDD;
  --hm-color-action-primary-background-active: #60F1F0;
  --hm-color-action-primary-background-disabled: #1C9191;
  --hm-color-action-primary-foreground-default: #01102A;
  --hm-color-action-primary-foreground-hover: #01102A;
  --hm-color-action-primary-foreground-active: #01102A;
  --hm-color-action-primary-foreground-disabled: #ADCBEB;
  --hm-color-action-primary-border-default: #60759F;
  --hm-color-action-primary-border-focus: #ED84E2;
  --hm-color-action-secondary-background-default: #143671;
  --hm-color-action-secondary-background-hover: #1D4385;
  --hm-color-action-secondary-background-active: #265099;
  --hm-color-action-secondary-background-disabled: #0C2B60;
  --hm-color-action-secondary-foreground-default: #DCDDEF;
  --hm-color-action-secondary-foreground-hover: #DCDDEF;
  --hm-color-action-secondary-foreground-active: #DCDDEF;
  --hm-color-action-secondary-foreground-disabled: #A3B8CE;
  --hm-color-action-secondary-border-default: #60759F;
  --hm-color-action-secondary-border-focus: #ED84E2;
  --hm-color-field-background: #021C49;
  --hm-color-field-foreground-default: #DCDDEF;
  --hm-color-field-foreground-disabled: #A3B8CE;
  --hm-color-field-border-default: #60759F;
  --hm-color-field-border-hover: #5494F6;
  --hm-color-field-border-focus: #ED84E2;
  --hm-color-field-border-disabled: #4A5C7F;
}
