@font-face {
    font-family: "Teko";
    src: url("/fonts/Teko-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Teko";
    src: url("/fonts/Teko-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Teko";
    src: url("/fonts/Teko-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Teko";
    src: url("/fonts/Teko-Light.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    font-family: "myriad-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.apotek-font {
    font-family: 'Teko', sans-serif;
    font-style: normal;
    font-weight: 300;
}

.title-font {
    font-family: 'Teko', sans-serif;
    font-style: normal;
    font-weight: 500;
}