@font-face {
    font-family: "artimosa";
    src: url("./artimosa.eot?dd3245b35536f7eba02293b19c224089#iefix") format("embedded-opentype"),
url("./artimosa.ttf?dd3245b35536f7eba02293b19c224089") format("truetype"),
url("./artimosa.woff?dd3245b35536f7eba02293b19c224089") format("woff"),
url("./artimosa.woff2?dd3245b35536f7eba02293b19c224089") format("woff2");
    font-weight: normal;
    font-style: normal;
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: artimosa;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.animate-spin:before {
  animation: devixspin 2s infinite linear;
}
@keyframes devixspin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }
@-webkit-keyframes devixspin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }

.icon-arrow-right:before {
    content: "\f101";
}
.icon-bluesky:before {
    content: "\f102";
}
.icon-caret-right:before {
    content: "\f103";
}
.icon-check:before {
    content: "\f104";
}
.icon-earth-europe:before {
    content: "\f105";
}
.icon-facebook:before {
    content: "\f106";
}
.icon-google:before {
    content: "\f107";
}
.icon-instagram:before {
    content: "\f108";
}
.icon-linkedin:before {
    content: "\f109";
}
.icon-mastodon:before {
    content: "\f10a";
}
.icon-openai:before {
    content: "\f10b";
}
.icon-pinterest:before {
    content: "\f10c";
}
.icon-threads:before {
    content: "\f10d";
}
.icon-tiktok:before {
    content: "\f10e";
}
.icon-x:before {
    content: "\f10f";
}
.icon-youtube:before {
    content: "\f110";
}

:root {
    --icon-arrow-right: "\f101";
    --icon-bluesky: "\f102";
    --icon-caret-right: "\f103";
    --icon-check: "\f104";
    --icon-earth-europe: "\f105";
    --icon-facebook: "\f106";
    --icon-google: "\f107";
    --icon-instagram: "\f108";
    --icon-linkedin: "\f109";
    --icon-mastodon: "\f10a";
    --icon-openai: "\f10b";
    --icon-pinterest: "\f10c";
    --icon-threads: "\f10d";
    --icon-tiktok: "\f10e";
    --icon-x: "\f10f";
    --icon-youtube: "\f110";
}