/*
Theme Name: Lucky Duck Competitions
Author: Digital Sugar
Author URI: https://www.justdigitalsugar.com/
Description: JDS Base Theme
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: o-sc
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/Gilroy-Light.woff2") format("woff2"),
      url("assets/fonts/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/Gilroy-Light.woff2") format("woff2"),
      url("assets/fonts/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/Gilroy-Regular.woff2") format("woff2"),
      url("assets/fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/Gilroy-Medium.woff2") format("woff2"),
      url("assets/fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/Gilroy-SemiBold.woff2") format("woff2"),
      url("assets/fonts/Gilroy-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/Gilroy-Bold.woff") format("woff2"),
      url("assets/fonts/Gilroy-Bold.woff2") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}