@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/8f977c8591803dd0978f.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/5dd918926d41224c8142.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/116fcd4fd987818c5d98.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/cb02a42f24299e95adb5.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SwashingtonCP';
  font-style: normal;
  font-weight: normal;
  src: url(/1c67c6d5f56db900863a.ttf) format('truetype');
  font-display: swap;
} 

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll; /* Always show vertical scrollbar */
}

/* Prevent Material-UI from changing scrollbar when modals open */
body.MuiModal-open {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
} 

