@font-face {
    font-family: 'RiftSoft';
    src: local('Rift Soft Regular'), url('https://robostaticcontent.s3.eu-central-1.amazonaws.com/NewLayout/ZaglebieLubin/Fonts/Rift+Soft+Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
    @font-face {
    font-family: 'RiftSoft';
    src: local('Rift Soft Medium'), url('https://robostaticcontent.s3.eu-central-1.amazonaws.com/NewLayout/ZaglebieLubin/Fonts/Rift+Soft+Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'RiftSoft';
    src: local('Rift Soft Medium'), url('https://robostaticcontent.s3.eu-central-1.amazonaws.com/NewLayout/ZaglebieLubin/Fonts/Rift+Soft+Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
  }
  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


  :root{
    --font-first: "RiftSoft", sans-serif;;
    --font-second: "Lato", sans-serif;
  }
  html{
    font-family: var(--font-first);
    font-kerning: normal;
    font-optical-sizing: auto;
  }


