/*
Theme Name: Tema Blisq Corporate
Theme URI: http://blisq.pt
Author: blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blisq
Text Domain: blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Space Grotesk", sans-serif;
}

h1{
  color: #676767;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
}

h2{
  overflow: hidden;
  color: #BEBEBE;
  text-overflow: ellipsis;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}

p{
  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; 
  }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
