@font-face {
    font-family: 'SF REGULAR';
    src: url('https://myusb.usb.ch/patientenportal/assets/font/NotoSans-Regular.ttf');
}

@font-face {
    font-family: 'SF MEDIUM';
    src: url('https://myusb.usb.ch/patientenportal/assets/font/NotoSans-Medium.ttf');
}

@font-face {
    font-family: 'SF BOLD';
    src: url('https://myusb.usb.ch/patientenportal/assets/font/NotoSans-Bold.ttf');
}

@font-face {
    font-family: 'TF H1';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/h1.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/h1.otf') format('opentype');
}

@font-face {
    font-family: 'TF H1M';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/h1Mobile.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/h1Mobile.otf') format('opentype');
}

@font-face {
    font-family: "TF H2";
    src: url("https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/h2.ttf") format("truetype"),
    url("https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/h2.otf") format("opentype");
}

@font-face {
    font-family: 'TF H2M';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/h2Mobile.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/h2Mobile.otf') format('opentype');
}

@font-face {
    font-family: 'TF LABEL';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/labelInput.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/labelInput.otf') format('opentype');
}

@font-face {
    font-family: 'TF P';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/p.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/p.otf') format('opentype');
}

@font-face {
    font-family: 'TF PM';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/pMobile.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/pMobile.otf') format('opentype');
}

@font-face {
    font-family: 'TF P1';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/p1.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/p1.otf') format('opentype');
}

@font-face {
    font-family: 'TF P3';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/p3.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/p3.otf') format('opentype');
}

@font-face {
    font-family: 'TF P3M';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/p3Mobile.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/p3Mobile.otf') format('opentype');
}

@font-face {
    font-family: 'TF LABEL';
    src: url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/labelInput.ttf') format('truetype'),
    url('https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/fonts/labelInput.otf') format('opentype');
}

:root {
    --portal-shadow-grey: 0 2px 4px hsla(var(--color-static-greyish-hsl), 0.1), 0px 12px 16px hsla(var(--color-static-greyish-hsl), 0.05);
}

#logo {
    background-image: url(https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/logo.jpg),
    url(https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/logo.jpeg),
    url(https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/logo.png),
    url(https://myusb.usb.ch/patientenportal/shared/assets/themes/unispital-basel/logo.svg);
}
