@font-face {
  font-family: 'Raleway';
  font-weight: 400;
  font-style: normal;
  src: url('Raleway-Regular.ttf');
}
@font-face {
  font-family: 'Raleway';
  font-weight: 500;
  font-style: normal;
  src: url('Raleway-Medium.ttf');
}
@font-face {
  font-family: 'Raleway';
  font-weight: 600;
  font-style: normal;
  src: url('Raleway-SemiBold.ttf');
}
@font-face {
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  src: url('Raleway-Bold.ttf');
}

/* My own fonts  */
@font-face {
  font-family: 'ChalkboardSE';
  src: url('ChalkboardSE-Bold.ttf');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'ChalkboardSE';
  src: url('ChalkboardSE-Regular.otf');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'ChalkboardSE';
  src: url('ChalkboardSE-Light.ttf');
  font-style: normal;
  font-weight: 400;
}
