/**
Font GALLAD by TARDIEX
URL: https://creativemarket.com/tardiex/4135275-Gallad-Grotesk-Family

GALLAD font is licensed under TARDIEX foundry and distributed by SejakPagi Design Studio to be used on PACIFIC theme ONLY. Neither the font software nor any of its individual components included on the theme, in original or modified versions, may be sold by itself, distributed elsewhere in both digital or non-digital assets.
*/
@font-face {
    font-family: 'Gallad';
    src: url('../fonts/gallad-regular-webfont.woff2') format('woff2'),
         url('../fonts/gallad-regular-webfont.woff') format('woff'),
		 url('../fonts/gallad-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gallad';
    src: url('../fonts/gallad-bold-webfont.woff2') format('woff2'),
         url('../fonts/gallad-bold-webfont.woff') format('woff'),
		 url('../fonts/gallad-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
