/* Place a custom css file in your own project to use this. */
body {
    font-family: 'Noto Sans TC', sans-serif;
}
:root {
    --gap: 24px;
    --radius: 8px;
    --entry: #fff;
}
.dark {
    --theme: #2c2c2c;
    --entry: #414141;
}
.taxonomy-entry {
    position: relative;
    margin-bottom: var(--gap);
    padding: var(--gap);
    background: var(--entry);
    border-radius: var(--radius);
    text-align: center;
    display: block;
}
.tags-entry {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    margin-bottom: var(--header-height);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.cloud {
    display: inline;
    list-style-type: none;
    width: 400px;
}
.cloud li {
    list-style: none;
    display: inline;
}
.cloud li:nth-of-type(3n + 1) {
    font-size: 1.25em;
}
.cloud li:nth-of-type(4n + 3) {
    font-size: 1.5em;
}
.cloud li:nth-of-type(5n - 3) {
    font-size: 1em;
}
.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-2x {
    font-size:2em
}
.fa-rocket:before {
    content: "\1F41F";
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-block
}