@font-face {
    font-family: 'Linotype Didot Pro';
    src: url('DidotLTPro-Italic.eot');
    src: local('Linotype Didot Pro Italic'), local('DidotLTPro-Italic'),
        url('DidotLTPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('DidotLTPro-Italic.woff2') format('woff2'),
        url('DidotLTPro-Italic.woff') format('woff'),
        url('DidotLTPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Linotype Didot Pro';
    src: url('DidotLTPro-BoldItalic.eot');
    src: local('Linotype Didot Pro Bold Italic'), local('DidotLTPro-BoldItalic'),
        url('DidotLTPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('DidotLTPro-BoldItalic.woff2') format('woff2'),
        url('DidotLTPro-BoldItalic.woff') format('woff'),
        url('DidotLTPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Linotype Didot Pro';
    src: url('DidotLTPro-Bold.eot');
    src: local('Linotype Didot Pro Bold'), local('DidotLTPro-Bold'),
        url('DidotLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('DidotLTPro-Bold.woff2') format('woff2'),
        url('DidotLTPro-Bold.woff') format('woff'),
        url('DidotLTPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barrington';
    src: url('Barrington.ttf');
}
@font-face {
    font-family: 'Amsterdam One';
    src: url('AmsterdamOne-eZ12l.ttf');
}


@font-face {
  font-family: 'Roboto Thin';
  src: url('Roboto-Thin.ttf');
}
.roboto-thin {
    font-family: "Roboto Thin", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Light';
    src: url('Roboto-Light.ttf');
  }
  .roboto-light {
    font-family: "Roboto Light", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Regular';
    src: url('Roboto-Regular.ttf');
  }
  .roboto-regular {
    font-family: "Roboto Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Medium';
    src: url('Roboto-Medium.ttf');
  }
  .roboto-medium {
    font-family: "Roboto Medium", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Bold';
    src: url('Roboto-Bold.ttf');
  }
  .roboto-bold {
    font-family: "Roboto Bold", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Black';
    src: url('Roboto-Black.ttf');
  }
  .roboto-black {
    font-family: "Roboto Black", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Roboto Thin Italic';
    src: url('Roboto-ThinItalic.ttf');
  }
  .roboto-thin-italic {
    font-family: "Roboto Thin Italic", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Light Italic';
    src: url('Roboto-LightItalic.ttf');
  }
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Regular Italic';
    src: url('Roboto-RegularItalic.ttf');
  }
  .roboto-regular-italic {
    font-family: "Roboto Regular Italic", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Roboto Medium Italic';
    src: url('Roboto-MediumItalic.ttf');
  }
  .roboto-medium-italic {
    font-family: "Roboto Medium Italic", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
