@import "/fonts/inter/inter.css";

@layer base {
  .defaultTheme {
    font-family: "Montserrat", sans-serif;
    
    --black: #000000;
    --white: #ffffff;
    --transparent: transparent;

    --grey-darker: #263238;
    --grey-dark: #455a64;
    --grey: #607d8b;
    --grey-light: #90a4ae;
    --grey-lighter: #cfd8dc;
    --grey-lightest: #eceff1;

    --primary-darker: #9e3e18;
    --primary-dark: #c54d1f;
    --primary: #964989;
    --primary-light: #e8774a;
    --primary-lighter: #f09a73;
    --primary-lightest: #f8c7b3;

    --secondary-dark: #5f6d24;
    --secondary: #7a8c31;
    --secondary-light: #93a545;

    --button-primary-background: #00bb33;
    --button-primary-border: #00bb33;
    --button-primary-hover: #008C13;
    --button-primary-content: #ffffff;
    --button-primary-content-hover: #ffffff;

    --button-secondary-background: #000000;
    --button-secondary-border: #000000;
    --button-secondary-hover: #ffffff;
    --button-secondary-content: #ffffff;
    --button-secondary-content-hover: #000000;

    --button-destructive-background: #d32f2f;
    --button-destructive-border: #d32f2f;
    --button-destructive-hover: #e53935;
    --button-destructive-content: #ffffff;

    --button-tertiary-background: #ffd066;
    --button-tertiary-border: #ffd066;
    --button-tertiary-hover: #f2c04f;
    --button-tertiary-content: #000000;
    --button-tertiary-content-hover: #192323;

    --feedback-information-dark: #1e3a8a;
    --feedback-information: #2196f3;
    --feedback-information-light: #e3f2fd;

    --feedback-success-dark: #14532d;
    --feedback-success: #43a047;
    --feedback-success-light: #e8f5e9;

    --feedback-warning-dark: #ff6f00;
    --feedback-warning: #ffb300;
    --feedback-warning-light: #fff8e1;

    --feedback-danger-dark: #7f1d1d;
    --feedback-danger: #d32f2f;
    --feedback-danger-light: #ffebee;

    --text: #192323;
    --text-primary: #192323;
    --text-secondary: #192323;
    --text-tertiary: #192323;
    --text-link: #ffffff;
    --text-link-hover: #00bb33;
    --text-link-inverted: #ffffff;
    --text-inverted: #ffffff;

    --surface: #ffffff;
    --surface-secondary: #bbdefb;
    --surface-tertiary: #ffffff;
    --surface-inverted: #0d47a1;
    --surface-neutral:#0B0C0C;
    --surface-page: #ffffff;

    --border: #607d8b;
    --border-secondary: #64748b;
    --border-focus: #000000;

     --radius: 20px;
      --designScale: 8px;
    
    --button-radius: var(--radius);
    --font-xxs-size: 10px;
    --font-xxs-line-height: 16px;
    --font-xs-size: 12px;
    --font-xs-line-height: 16px;
    --font-body-sm-size: 14px;
    --font-body-sm-line-height: 24px;
    --font-base-size: 16px;
    --font-base-line-height: 24px;
    --font-body-lg-size: 20px;
    --font-body-lg-line-height: 28px;
    --font-h4-size: 24px;
    --font-h4-line-height: 32px;
    --font-h3-size: 32px;
    --font-h3-line-height: 40px;
    --font-h2-size: 40px;
    --font-h2-line-height: 48px;
    --font-h1-size: 48px;
    --font-h1-line-height: 56px;
    --font-display1-size: 64px;
    --font-display1-line-height: 72px;
    --font-display2-size: 56px;
    --font-display2-line-height: 64px;

    --font-weight-normal: 400;
    --font-weight-semibold: 700;
    --font-weight-bold: 800;

    
    --footer-background: #000000;
    --footer-text: #ffffff;
    --footer-border: #ffffff;
    --footer-link: #ffffff;
    --footer-link-hover: #00bb33;
    
    --nav-background: #FFFFFF;
    --nav-link: #192323;
    --nav-link-hover: #2d4f4c;
    --nav-menu-background: #ffffff;
    --nav-menu-background-hover: #ffffff;
    --nav-menu-border: #ffffff;
    --nav-menu-link: #192323;
    --nav-menu-link-hover: #2d4f4c;
  }
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
}