/**
 * Primary color : #xxx
 * Secondary color : #xxx
 */

@font-face {
    font-family: "Gazpacho-Bold";
    src: url("../fonts/Gazpacho-Bold.woff2") format("woff2"),
         url('../fonts/Gazpacho-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap; /* Important for performance */
}

svg[data-name="Logo"] {
    touch-action: none;
}
