@font-face {
    font-family: "social-icons";
    font-display: block;
    src: url('/fonts/social-icons.ttf') format("truetype"),
    url('/fonts/social-icons.woff') format("woff"),
    url('/fonts/social-icons.svg#social-icons') format("svg");
    font-weight: 400;
    font-style: normal
}

.social-icon {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 17px;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
}

.social-icon:before {
    display: block;
    font-family: "social-icons", serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: var(--color-white);
}

.social-icon-waze:before {
    content: "\e902"
}

.social-icon-tiktok:before {
    content: "\e813"
}

.social-icon-google-my-business:before {
    content: "\e903"
}

.social-icon-whatsapp:before {
    content: "\e907"
}

.social-icon-google-plus:before {
    content: "\e908"
}

.social-icon-rss:before, .icon-rss:before {
    content: "\f09e"
}

.social-icon-snapchat:before {
    content: "\e901"
}

.social-icon-tripadvisor:before {
    content: "\e800"
}

.social-icon-picassa:before {
    content: "\e9f0"
}

.social-icon-email:before {
    content: "\eace"
}

.social-icon-facebook:before {
    content: "\ea90"
}

.social-icon-instagram:before {
    content: "\ea92"
}

.social-icon-x:before {
    content: "\ea96"
}

.social-icon-youtube:before {
    content: "\ea9d"
}

.social-icon-vimeo:before {
    content: "\eaa0"
}

.social-icon-reddit:before {
    content: "\eac6"
}

.social-icon-linkedin:before, .icon-linkedin:before {
    content: "\f0e1"
}

.social-icon-pinterest:before, .icon-pinterest:before {
    content: "\f0d2"
}

.social-icon-foursquare:before, .icon-foursquare:before {
    content: "\f180"
}

.social-icon-yelp:before {
    content: "\ead7"
}

.social-icon-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important
}

.social-icon-youtube {
    background: red;
}

.social-icon-linkedin {
    background: #2867b2
}

.social-icon-yelp {
    background: #e43340
}

.social-icon-pinterest {
    background: #c8232c
}

.social-icon-vimeo {
    background: #1ab7ea
}

.social-icon-picasa {
    background: #be81d1
}

.social-icon-foursquare {
    background: #ef4b78
}

.social-icon-rss {
    background: #f39200
}

.social-icon-reddit {
    background: #ff4500
}

.social-icon-email {
    background: #617379
}

.social-icon-snapchat {
    background: #fffc00
}

.social-icon-tripadvisor {
    background: #589442
}

.social-icon-waze {
    background: #56cbe7
}

.social-icon-google-my-business {
    background: #477cdf
}

.social-icon-whatsapp {
    background: #25d366
}

.social-icon-tiktok {
    background: #000
}

.social-icon-facebook {
    background: #1877f2
}

.social-icon-x {
    background: #0f1419
}

.social-icon-google-plus {
    background: #da4835
}