@font-face {
    font-family: 'Connections';
    font-weight: normal;
    font-style: normal;
    src: url('/screens/assets/webfonts/font-connections/connections/Connections_Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Connections';
    font-weight: bold;
    font-style: normal;
    src: url('/screens/assets/webfonts/font-connections/connections/Connections_Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Connections';
    font-weight: bold;
    font-style: italic;
    src: url('/screens/assets/webfonts/font-connections/connections/Connections_BoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Connections';
    font-weight: normal;
    font-style: italic;
    src: url('/screens/assets/webfonts/font-connections/connections/Connections_Italic.otf') format('opentype');
}