/**
 *Giga Sans
 */
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 100;
    src: url('font/GigaSans-Thin.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 100;
    src: url('font/GigaSans-ThinItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 200;
    src: url('font/GigaSans-ExtraLight.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 200;
    src: url('font/GigaSans-ExtraLightItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 300;
    src: url('font/GigaSans-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 300;
    src: url('font/GigaSans-LightItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 400;
    src: url('font/GigaSans-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 400;
    src: url('font/GigaSans-Italic.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 500;
    src: url('font/GigaSans-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 500;
    src: url('font/GigaSans-MediumItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 600;
    src: url('font/GigaSans-SemiBold.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 600;
    src: url('font/GigaSans-SemiBoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 700;
    src: url('font/GigaSans-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 700;
    src: url('font/GigaSans-BoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 800;
    src: url('font/GigaSans-ExtraBold.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 800;
    src: url('font/GigaSans-ExtraBoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: normal;
    font-weight: 900;
    src: url('font/GigaSans-Black.otf') format('opentype');
}
@font-face {
    font-family: 'Giga Sans';
    font-style: italic;
    font-weight: 900;
    src: url('font/GigaSans-BlackItalic.otf') format('opentype');
}

.fw-thin {
    font-weight: 100 !important;
}
.fw-extra-light {
    font-weight: 200 !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-regular {
    font-weight: 400 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semi-bold {
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-extra-bold {
    font-weight: 800 !important;
}
.fw-black {
    font-weight: 900 !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fs-120 {
    /*font-size: 120px !important;*/
    font-size : clamp(4rem, 12vw, 7.5rem) !important;
}
.fs-95 {
    /*font-size: 95px !important;*/
    font-size : clamp(3.3rem, 9.6vw, 6rem) !important;
}
.fs-65 {
    /*font-size: 65px !important;*/
    font-size : clamp(2.2rem, 6.6vw, 4rem) !important;
}
.fs-20 {
    /*font-size: 20px !important;*/
    font-size : clamp(0.65rem, 2vw, 1.25rem) !important;
}
.fs-15 {
    /*font-size: 15px !important;*/
    font-size : clamp(0.55rem, 1.6vw, 1rem) !important;
}
.fs-20p {
    font-size: 20px !important;
}
.fs-15p {
    font-size: 15px !important;
}
