@font-face {
    font-family: 'Golos Regular';
    src:  url('/static/fonts/Golos-Text_Regular.woff') format('woff'),
          url('/static/fonts/Golos-Text_Regular.woff2') format('woff2'),
          url('/static/fonts/Golos-Text_Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Medium';
    src:  url('/static/fonts/Golos-Text_Medium.woff') format('woff'),
          url('/static/fonts/Golos-Text_Medium.woff2') format('woff2'),
          url('/static/fonts/Golos-Text_Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Golos DemiBold';
    src:  url('/static/fonts/Golos-Text_DemiBold.woff') format('woff'),
          url('/static/fonts/Golos-Text_DemiBold.woff2') format('woff2'),
          url('/static/fonts/Golos-Text_DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Bold';
    src:  url('/static/fonts/Golos-Text_Bold.woff') format('woff'),
          url('/static/fonts/Golos-Text_Bold.woff2') format('woff2'),
          url('/static/fonts/Golos-Text_Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text Semibold';
    src:  url('/static/fonts/SFProText-Semibold.woff') format('woff'),
          url('/static/fonts/SFProText-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text Regular';
    src:  url('/static/fonts/SFProText-Regular.woff') format('woff'),
          url('/static/fonts/SFProText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Actor Regular';
    src: url('/static/fonts/Actor-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
