@import url("https://use.typekit.net/ofl7wiz.css");

@layer base {
  .defaultTheme {
    font-family: 'archivo', sans-serif;
    
    --black: #192323;
    --white: #ffffff;
    --transparent: transparent;

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

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

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

    --button-primary-background: #e05924;
    --button-primary-border: #e05924;
    --button-primary-hover: #c54d1f;
    --button-primary-content: #ffffff;
    --button-primary-content-hover: #ffffff;

    --button-secondary-background: #7a8c31;
    --button-secondary-border: #7a8c31;
    --button-secondary-hover: #687728;
    --button-secondary-content: #ffffff;
    --button-secondary-content-hover: #ffffff;

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

    --button-tertiary-background: #CCE85A;
    --button-tertiary-border: #CCE85A;
    --button-tertiary-hover: #b8d94e;
    --button-tertiary-content: #192323;
    --button-tertiary-content-hover: #192323;

    --button-font-weight: 600;
    --button-radius: 3px;

    --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: #7a8c31;
    --text-link-hover: #71822d;
    --text-link-inverted: #ffffff;
    --text-inverted: #ffffff;

    --surface: #F3F4F4;
    --surface-secondary: #F3F4F4;
    --surface-tertiary: #ffffff;
    --surface-inverted: #192323;
    --surface-page: #ffffff;
    --surface-widget: #ffffff;

    --border:  #192323;
    --border-secondary: #192323;
    --border-focus:  #192323;

    --radius: 5px;
    --designScale: 8px;

    --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: 23.4px;
    --font-body-lg-size: 20px;
    --font-body-lg-line-height: 28px;
    --font-h4-size: 24px;
    --font-h4-line-height: 32px;
    --font-h3-size: 26px;
    --font-h3-line-height: 31.2px;
    --font-h2-size: 38px;
    --font-h2-line-height: 45.6px;
    --font-h1-size: 45px;
    --font-h1-line-height: 49px;
    --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: 600;
    --font-weight-bold: 700;

    
    --footer-background: #192323;
    --footer-text: #ffffff;
    --footer-border: #ffffff;
    --footer-link: #ffffff;
    --footer-link-hover: #7A8C31;
    
    --nav-background: #FFFFFF;
    --nav-link: #192323;
    --nav-link-hover: #7A8C31;
    --nav-menu-background: #ffffff;
    --nav-menu-background-hover: #ffffff;
    --nav-menu-border: #ffffff;
    --nav-menu-link: #192323;
    --nav-menu-link-hover: #7A8C31;
    --nav-bar-menu-item-font-weight: 700;
    --nav-bar-menu-item-font-size: 16px;
    --nav-bar-menu-item-line-height: 22px;

            /* Exhibitor card background colour.
   Example: #ffffff, #f5f5f5 */
    --exhibitor-card-surface: #ffffff;
    /* Exhibitor card text colour.
       Example: #000000, #ffffff */
    --exhibitor-card-text: var(--text);
    /* Exhibitor card shadow.
       Format: x-offset y-offset blur spread colour.
       Example: 0px 6px 16px 0px #00000033
       Use 0 0 #0000 for no visible shadow. */
    --exhibitor-card-shadow: 0px 6px 16px 0px #00000033;
    /* Exhibitor card border colour.
       Example: #cccccc, #000000 */
    --exhibitor-card-border-color: var(--border-secondary);
    /* Exhibitor card border width.
       Example: 1px, 2px
       Use 0px to remove the border. */
    --exhibitor-card-border-width: 0px;
    
    /* Sponsor card background colour.
   Example: #ffffff, #f5f5f5 */
    --sponsor-card-surface: #ffffff;
    /* Sponsor card text colour.
       Example: #000000, #ffffff */
    --sponsor-card-text: #000000;
    /* Sponsor card shadow.
       Format: x-offset y-offset blur spread colour.
       Example: 0px 6px 16px 0px #00000033
       Use 0 0 #0000 for no visible shadow. */
    --sponsor-card-shadow: 0px 6px 16px 0px #00000033;
    /* Sponsor card border colour.
       Example: #cccccc, #000000 */
    --sponsor-card-border-color: var(--border-secondary);
    /* Sponsor card border width.
       Example: 1px, 2px
       Use 0px to remove the border. */
    --sponsor-card-border-width: 0px;
    /* Sponsor card corner radius.
       Example: 0px for square corners, 2px for subtle rounding or 5%,
       8px or 16px for more rounded corners. */
    --sponsor-card-border-radius: var(--radius);
    /* Background colour of the Sponsor stand number label.
       Example: #ffffff, #f5f5f5 */
    --sponsor-stand-surface: var(--surface);
    /* Text colour of the Sponsor stand number label.
       Example: #000000, #ffffff */
    --sponsor-stand-text: var(--text);
    /* Background colour of the Sponsor listing page.
       Example: #ffffff, #f5f5f5 */
    --sponsor-listing-page-surface: #ffffff;
    /* Background colour of the Sponsor detail page.
       Example: #ffffff, #f5f5f5 */
    --sponsor-detail-page-surface: #ffffff;
    /* Text colour of Sponsor tier headings.
       Example: #000000, #ffffff */
    --sponsor-tier-heading-text: var(--primary);

    /* Social share button background colour.
     Example: #ffffff, #f5f5f5 */
    --social-share-button-surface: #ffffff;
    /* Social share button text and icon colour.
       Example: #000000, #ffffff */
    --social-share-button-text: var(--text);
    /* Social share button corner radius.
       Example: 0px for square corners, 2px for subtle rounding,
       8px or 16px for more rounded corners. */
    --social-share-button-border-radius: var(--radius);
    
  }
  @media (min-width: 1250px) and (max-width: 1520px) {
//scale150
  .defaultTheme {
    --nav-bar-menu-item-font-size: 14px;
  } 
}  
  @media (min-width: 1600px) and (max-width:1999px) {
    //scale 100
   .defaultTheme {
    --nav-bar-menu-item-font-size: 16px;
  }
}
   /* small desktop breakpoint */
  @media (min-width: 1024px) {
    .defaultTheme {
    --nav-bar-menu-item-font-size: 14px;
    }
  }

  /* Desktop breakpoint */
  @media (min-width: 1600px) {
    .defaultTheme {
     --nav-bar-menu-item-font-size: 16px;
    }
  }
}


h1 {
  font-family: 'degular', sans-serif;
}