@font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Thin.otf") format("truetype");
    font-weight: 50;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Ultralight.otf") format("truetype");
    font-weight: 100;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Light.otf") format("truetype");
    font-weight: 200;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Book.otf") format("truetype");
    font-weight: 300;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Basic.otf") format("truetype");
    font-weight: 500;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Medium.otf") format("truetype");
    font-weight: 550;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Semibold.otf") format("truetype");
    font-weight: 600;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-SemiboldItalic.otf") format("truetype");
    font-weight: 600;
    font-style: italic;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Bold.otf") format("truetype");
    font-weight: 700;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-BoldItalic.otf") format("truetype");
    font-weight: 700;
    font-style: italic;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-ExtraBoldItalic.otf") format("truetype");
    font-weight: 800;
    font-style: italic;
  }
  
  @font-face {
    font-family: Flama;
    src: url("../../fonts/flama/Flama-Black.otf") format("truetype");
    font-weight: 900;
  }
  
  * {
    font-family: Flama, sans-serif;
  }
  
  @font-face {
    font-family: Airstrike;
    src: url("../../fonts/Airstrike.ttf") format("truetype");
  }
  
  @font-face {
    font-family: Pixel;
    font-weight: 400;
    src: url("../../fonts/pixel/pixel-regular.otf") format("truetype");
  }
  
  @font-face {
    font-family: Pixel;
    font-weight: 700;
    src: url("../../fonts/pixel/pixel-bold.otf") format("truetype");
  }
  