@import './header.css';
@import './intro.css';
@import './resources.css';
@import './routes.css';

@font-face {
  font-family: 'Helvetica';
  src: url('/fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('/fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

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

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'Helvetica';
}

.heading {
  font-size: 30px;
}

body {
  padding: 50px;
}
