/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-Regular.ttf') format('woff2');
    font-weight: normal;
  }
  
  /* Roboto Bold */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-Bold.ttf') format('woff2');
    font-weight: bold;
  }
  
  /* Roboto Italic */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-Italic.ttf') format('woff2');
    font-style : italic;
  }
  
  /* Roboto Bold Italic */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-BoldItalic.ttf') format('woff2');
    font-weight: bold;
    font-style : italic;
  }
  
  /* Roboto Light */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-Light.ttf') format('woff2');
    font-weight: 200;
  }
  
  /* Roboto Medium */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-Medium.ttf') format('woff2');
    font-weight: 500;
  }
  
  /* Roboto Medium Italic */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-MediumItalic.ttf') format('woff2');
    font-weight: 500;
    font-style : italic;
  }
  
  /* Roboto Thin */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-Thin.ttf') format('woff2');
    font-weight: 100;
  }
  
  /* Roboto Thin Italic */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-ThinItalic.ttf') format('woff2');
    font-weight: 100;
    font-style : italic;
  }
  
  /* Roboto Light Italic */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-LightItalic.ttf') format('woff2');
    font-weight: 200;
    font-style : italic;
  }
  
  /* Roboto Black */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-Black.ttf') format('woff2');
    font-weight: 900;
  }
  
  /* Roboto Black Italic */
  @font-face {
    font-family: 'Roboto';
    src        : url('../assets/fonts/Roboto-BlackItalic.ttf') format('woff2');
    font-weight: 900;
    font-style : italic;
  }
  /* ----------------------------------- */
  /* Raleway Regular */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-Regular.ttf') format('woff2');
    font-weight: normal;
  }
  
  /* Raleway Bold */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-Bold.ttf') format('woff2');
    font-weight: bold;
  }
  
  /* Raleway Italic */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-Italic.ttf') format('woff2');
    font-style : italic;
  }
  
  /* Raleway Bold Italic */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-BoldItalic.ttf') format('woff2');
    font-weight: bold;
    font-style : italic;
  }
  
  /* Raleway Light */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-Light.ttf') format('woff2');
    font-weight: 200;
  }
  
  /* Raleway Medium */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-Medium.ttf') format('woff2');
    font-weight: 500;
  }
  
  /* Raleway Medium Italic */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-MediumItalic.ttf') format('woff2');
    font-weight: 500;
    font-style : italic;
  }
  
  /* Raleway Thin */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-Thin.ttf') format('woff2');
    font-weight: 100;
  }
  
  /* Raleway Thin Italic */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-ThinItalic.ttf') format('woff2');
    font-weight: 100;
    font-style : italic;
  }
  
  /* Raleway Light Italic */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-LightItalic.ttf') format('woff2');
    font-weight: 200;
    font-style : italic;
  }
  
  /* Raleway Black */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-Black.ttf') format('woff2');
    font-weight: 900;
  }
  
  /* Raleway Black Italic */
  @font-face {
    font-family: 'Raleway';
    src        : url('../assets/fonts/Raleway-BlackItalic.ttf') format('woff2');
    font-weight: 900;
    font-style : italic;
  }