﻿/* Styles specific to felicitywood website */
@font-face {
  font-family: 'Roboto';
  src: url('roboto-light-webfont.woff') format('woff');
  font-style: normal;
  font-weight: 300; /* See also body {font-weight: 300'} below */
}

@font-face {
  font-family: 'Roboto';
  src: url('roboto-lightitalic-webfont.woff') format('woff');
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('roboto-medium-webfont.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url('roboto-bold-webfont.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5;
}
