@font-face {
        font-family: Expensify New Kansas;
        font-weight: 500;
        font-style: normal;
        src: 
        url('//d2k5nsl2zxldvw.cloudfront.net/fonts/ExpensifyNewKansas-Medium.woff2') format('woff2'), 
        url('//d2k5nsl2zxldvw.cloudfront.net/fonts/ExpensifyNewKansas-Medium.woff') format('woff');
}

@font-face {
        font-family: Expensify Neue;
        font-weight: 400;
        font-style: normal;
        src: 
        url('//d2k5nsl2zxldvw.cloudfront.net/fonts/ExpensifyNeue-Regular.woff2') format('woff2'), 
        url('//d2k5nsl2zxldvw.cloudfront.net/fonts/ExpensifyNeue-Regular.woff') format('woff');
}

@font-face {
        font-family: Expensify Neue;
        font-weight: 700;
        font-style: normal;
        src: 
        url('//d2k5nsl2zxldvw.cloudfront.net/fonts/ExpensifyNeue-Bold.woff2') format('woff2'), 
        url('/fonts/ExpensifyNeue-Bold.woff') format('woff');
}

* {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;   
}

html,
body {
        font-family: 'Expensify Neue', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

body {
	font-size: 16px;
	line-height: 24px;
	color: #5d6e73;
}

h1, h3, h4, h5, h6 {
    color: #002E22;
    font-weight: 500;
}

h1,h2 {
        font-family: 'Expensify New Kansas', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
        font-weight: 700;
}

h4 {
    font-weight: 400;
}

.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {
    border-radius: 20px;
    box-shadow: none !important;
    letter-spacing: 0px;
    font-weight: 700;
    background: #E6E1DA;
    color: #002E22;
    text-transform: none;
    text-shadow: none;
}

.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown:hover {
    border-radius: 20px;
    box-shadow: none !important;
    background: #D8D1C7;
    color: #002E22;
    
}


.layout-content.status .masthead-container.basic .masthead .logo-container img {
    max-width: 265px;
}

.layout-content.status.status-index .unresolved-incidents .unresolved-incident .updates {
background-color: #FFFFFF;
}

.layout-content.status.status-index .components-section .components-container {
  border-radius: 16px;
  background-color: #FFFFFF;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:first-child {
  border-top-left-radius: inherit !important; 
  border-top-right-radius: inherit !important;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:last-child {
  border-bottom-left-radius: inherit !important; 
  border-bottom-right-radius: inherit !important;
}