@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

.bricolage-grotesque-light {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "wght" 300; /* Light */
}

.bricolage-grotesque-regular {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "wght" 400; /* Regular */
}

.bricolage-grotesque-semibold {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "wght" 600; /* SemiBold */
}

.bricolage-grotesque-bold {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "wght" 700; /* Bold */
}

.bricolage-grotesque-black {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "wght" 900; /* Black */
}

.bricolage-grotesque-extrabold {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "wght" 800; /* ExtraBold */
}


/* Font Size */

@media (min-width: 1400px) {
    .fs-xxl-103 {
        font-size: 103px;
    }

    .fs-xxl-85 {
        font-size: 85px;
    }
    
    .fs-xxl-82 {
        font-size: 82px;
    }
    
    .fs-xxl-79 {
        font-size: 79px;
    }
    
    .fs-xxl-75 {
        font-size: 75px;
    }
    
    .fs-xxl-59 {
        font-size: 59px;
    }

    .fs-xxl-55 {
        font-size: 55px;
    }

    .fs-xxl-44{
        font-size: 44px;
    }

    .fs-xxl-42 {
        font-size: 42px;
    }

    .fs-xxl-34{
        font-size: 34px;
    }

    .fs-xxl-30 {
        font-size: 30px;
    }
    
    .fs-xxl-27 {
        font-size: 27px;
    }

    .fs-xxl-20 {
        font-size: 20px;
    }
}