@font-face {
    font-family: 'doma-archia';
    src: url(/fonts/regular.woff2);
}

@font-face {
    font-family: 'doma-archia';
    src: url(/fonts/bold.woff2);
    font-weight: bold;
}

@font-face {
    font-family: 'doma-archia-mono';
    src: url(/fonts/monospace.woff2);
}

@font-face {
    font-family: 'koyak-sans';
    src: url(/fonts/kayak_sans_regular-webfont.otf);
}
@font-face {
    font-family: 'koyak-sans';
    src: url(/fonts/kayak_sans_bold-webfont.otf);
    font-weight: bold;
}
@font-face {
    font-family: 'koyak-sans';
    src: url(/fonts/kayak_sans_light-webfont.otf);
    font-weight: 100;
}
@font-face {
    font-family: 'koyak-sans';
    src: url(/fonts/kayak_sans_regular_italic-webfont.otf);
    font-style: italic;
}
@font-face {
    font-family: 'koyak-sans';
    src: url(/fonts/kayak_sans_bold_italic-webfont.otf);
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'koyak-sans';
    src: url(/fonts/kayak_sans_light_italic-webfont.otf);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "ubuntu-mono";
    src: url(/fonts/UbuntuMono-Regular.ttf);
}
@font-face {
    font-family: "ubuntu-mono";
    src: url(/fonts/UbuntuMono-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: "ubuntu-mono";
    src: url(/fonts/UbuntuMono-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "ubuntu-mono";
    src: url(/fonts/UbuntuMono-Italic.ttf);
    font-style: italic;
}