@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@font-face {
    font-family: 'flamabold_italic';
    src: url('../fonts/flama_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/flama_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'flamabold';
    src: url('../fonts/flama-bold-webfont.woff2') format('woff2'),
         url('../fonts/flama-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'flamaitalic';
    src: url('../fonts/flama_italic-webfont.woff2') format('woff2'),
         url('../fonts/flama_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'flamaregular';
    src: url('../fonts/flama_regular-webfont.woff2') format('woff2'),
         url('../fonts/flama_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.vimeo-responsive-embed iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block;
}